Beispiel #1
0
 public function testAliasedSizeAxis()
 {
     $this->assertTrue(Utils::isSizeAxis(new c\SizeAxis()));
     $this->assertFalse(Utils::isSizeAxis(new \stdClass()));
 }