예제 #1
0
 public function testNotIsEmpty()
 {
     $collection = new Collection(['one', 'two', 'three', 'four']);
     $this->assertFalse($collection->isEmpty());
 }