Beispiel #1
0
 /**
  * @depends testConstruct
  * @expectedException        InvalidArgumentException
  * @expectedExceptionMessage unknown operator: foo
  */
 public function testInvalidCompOperatorException($a)
 {
     SimpleCollection::getCompFunc('foo', null);
 }