예제 #1
0
 public function test_bid()
 {
     $instance = new XoopsBlock();
     $value = $instance->bid();
     $this->assertSame(null, $value);
 }