示例#1
0
 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();
     }
 }