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