Ejemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testNoEntityType()
 {
     $instance = new Doxport($this->getMockEntityManager());
     $instance->setLogger($this->getMockLogger());
     $instance->setAction(new Delete($this->getMockEntityManager(), []));
     $instance->getConstraintPass();
 }