Beispiel #1
0
 public function testAliasedIsTooltip()
 {
     $this->assertTrue(Utils::isTooltip(new c\Tooltip()));
     $this->assertFalse(Utils::isTooltip(new \stdClass()));
 }