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