示例#1
0
 public function test_title()
 {
     $instance = new XoopsBlock();
     $value = $instance->title();
     $this->assertSame(null, $value);
 }