/**
  * @depends testSetEntity
  */
 public function testCount(Collection $collection)
 {
     $this->collectionContainer->setEntity($collection);
     $this->assertSame(count($collection), $this->collectionContainer->count());
 }