public function testEmptyCollectionIsEmpty()
 {
     $c = new Collection();
     $this->assertTrue($c->isEmpty());
 }