Example #1
0
 /**
  * @expectedException Imanee\Exception\FilterNotFoundException
  */
 public function testApplyFilterShouldThrowExceptionIfFilterNotFound()
 {
     $this->model->applyFilter('filter_test');
 }