コード例 #1
0
ファイル: blockTest.php プロジェクト: RanLee/XoopsCore
 public function test_weight()
 {
     $instance = new XoopsBlock();
     $value = $instance->weight();
     $this->assertSame(0, $value);
 }