public function testDefaultPersistentCollectionFactory()
 {
     $c = new Configuration();
     $factory = $c->getPersistentCollectionFactory();
     $this->assertInstanceOf(PersistentCollectionFactory::class, $factory);
     $this->assertSame($factory, $c->getPersistentCollectionFactory());
 }