示例#1
0
文件: TableTest.php 项目: lytc/sloths
 /**
  * @expectedException \RuntimeException
  */
 public function testGetConnectionManagerShouldThrowAnExceptionIfHasNoConnectionManagerWithStrictMode()
 {
     $table = new Table('foo');
     $table->getConnectionManager();
 }