コード例 #1
0
ファイル: ActiveTest.php プロジェクト: hilltool/active
 public function testAliasAndHelperFunctions()
 {
     $this->assertSame('active', \Active::getClassIf(true));
     $this->assertSame('active', active_class(true));
 }