Exemplo n.º 1
0
 /**
  * @expectedException \Pasinter\OHM\Exception\OHMException
  */
 public function testDefaultRepositoryClassName_invalid()
 {
     $config = new Configuration();
     $config->setDefaultRepositoryClassName('Pasinter\\OHM\\Configuration');
 }