Exemple #1
0
 public function test_edit_func()
 {
     $instance = new XoopsBlock();
     $value = $instance->edit_func();
     $this->assertSame(null, $value);
 }