Esempio n. 1
0
 /** @test */
 public function should_check_for_emptyness()
 {
     $collection = new Collection();
     $this->assertTrue($collection->isEmpty());
     $this->assertFalse($this->collection->isEmpty());
 }