2 Can recurse through directories looking for test cases
6 require_once dirname(__FILE__) . '/../_setup.inc';
8 $test_path = dirname(__FILE__) . '/../../tests-supporting/tests';
9 $factory = new PHPT_Suite_Factory();
10 $suite = $factory->factory($test_path, true);
12 assert('count($suite) == 5');