public function testoldSearch() { $view = new ViewList(); //execute the method and test if it works and does not throws an exception. try { $view->oldSearch(); } catch (Exception $e) { $this->fail(); } }