public function testGetDefaultEntityPrototype()
 {
     $options = new NamespaceOptions();
     $this->assertInstanceOf('ArrayObject', $options->getEntityPrototype());
 }