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