Example #1
0
 public function testGetFirstElementOnEmptyCollectionReturnsNull()
 {
     $collection = new Collection();
     $this->assertNull($collection->first());
 }