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