Beispiel #1
0
 public function testAliasedIsBackgroundColor()
 {
     $this->assertTrue(Utils::isBackgroundColor(new c\BackgroundColor()));
     $this->assertFalse(Utils::isBackgroundColor(new \stdClass()));
 }