コード例 #1
0
ファイル: QueryTest.php プロジェクト: wookieb/query-object
 public function testRemovingNotDefinedConditionThrowsAnException()
 {
     $this->setExpectedException(\InvalidArgumentException::class, 'Condition "' . self::CONDITION_NAME . '" does not exist');
     $this->object->removeConditionByName(self::CONDITION_NAME);
 }