Example #1
0
 protected function isHidden($filename)
 {
     // ignore base.php: with abstract test case class (throws Bad TestSuite [No runnable test cases] otherwise)
     if ($filename == "base.php" || $filename == "index.php") {
         return true;
     }
     return parent::isHidden($filename);
 }