コード例 #1
0
 /**
  * @test
  */
 public function itShouldThrowExceptionForUnsupportedGetTable()
 {
     $this->setExpectedException($this->exceptionClass);
     $this->query->getTable();
 }