Example #1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testGetConnectionManagerShouldThrowAnExceptionIfHasNoConnectionManagerWithStrictMode()
 {
     $table = new Table('foo');
     $table->getConnectionManager();
 }