Exemplo n.º 1
0
 /**
  * Create with non suggest test.
  *
  * @group functional
  */
 public function testCreateWithNonSuggest()
 {
     try {
         Suggest::create(new BoolFilter());
         $this->fail();
     } catch (NotImplementedException $e) {
     }
 }