Exemplo n.º 1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testGetDefaultConnectionNotExist()
 {
     $mandango = new Mandango($this->metadataFactory, $this->cache);
     $mandango->setConnection('default', $this->connection);
     $mandango->getDefaultConnection();
 }