Exemplo n.º 1
0
 /**
  * @test
  */
 public function getIteratorWillReturnArrayIterator()
 {
     $collection = new Collection();
     $this->assertInstanceOf(\ArrayIterator::class, $collection->getIterator());
 }