Beispiel #1
0
 public function testAliasedSeries()
 {
     $this->assertTrue(Utils::isSeries(new c\Series()));
     $this->assertFalse(Utils::isSeries(new \stdClass()));
 }