Example #1
0
 public function testWithExcludeParameter()
 {
     $query = new Query('foo', 'bar', true);
     $this->assertTrue($query->isExclude());
 }