Example #1
0
 /**
  * Tests getting self
  * @covers \Copycat\Structure\CollectionAbstract::self()
  */
 public function testSelf()
 {
     $this->assertInstanceOf('\\Copycat\\Structure\\CollectionAbstract', Collection::self());
 }