Ejemplo n.º 1
0
 public function test_mid()
 {
     $instance = new XoopsBlock();
     $value = $instance->mid();
     $this->assertSame(0, $value);
 }