Пример #1
0
 public function testAliasedIsTextStyle()
 {
     $this->assertTrue(Utils::isTextStyle(new c\TextStyle()));
     $this->assertFalse(Utils::isTextStyle(new \stdClass()));
 }