Exemplo n.º 1
0
 /**
  * @test
  */
 public function ifEmptyLastWillReturnNull()
 {
     $collection = new Collection();
     $this->assertNull($collection->last());
 }