Esempio n. 1
0
 public function test_weight()
 {
     $instance = new XoopsBlock();
     $value = $instance->weight();
     $this->assertSame(0, $value);
 }