/**
  * @expectedException \DomainException
  */
 public function testGetConnectionShouldThrowAnExceptionIfHaveNoConnectionWithStrictMode()
 {
     $db = new ConnectionManager();
     $db->getConnection();
 }