Exemplo n.º 1
0
 public function test_empty_collection_is_empty()
 {
     $c = new Collection();
     $this->assertTrue($c->isEmpty());
 }