/**
  * @test
  */
 public function shouldBeIteratorAggregate()
 {
     $this->assertInstanceOf('\\ArrayIterator', $this->collection->getIterator());
 }