コード例 #1
0
ファイル: UtilsAliasTest.php プロジェクト: alvarobfdev/applog
 public function testAliasedIsLegend()
 {
     $this->assertTrue(Utils::isLegend(new c\Legend()));
     $this->assertFalse(Utils::isLegend(new \stdClass()));
 }