Esempio n. 1
0
 public function testAliasedIsBoxStyle()
 {
     $this->assertTrue(Utils::isBoxStyle(new c\BoxStyle()));
     $this->assertFalse(Utils::isBoxStyle(new \stdClass()));
 }