TestSuite('All tests'); foreach(glob("ext/*/test.php") as $file) { $this->addFile($file); } } } $all = new AllTests(); $all->run(new SectionReporter()); ?>