/** * @expectedException OpenSkill\Datatable\DatatableException * @expectedExceptionMessage An unsupported DefaultSearchable was provided. */ public function testDefaultOrderWithSearchNotImplemented() { $this->orderAndSearchNotImplementedTest(Searchable::NOTIMPLEMENTED()); }
public function testClass() { $t = Searchable::NOTIMPLEMENTED(); $this->assertTrue($t->isSearchable()); }