Pull reporter code into its own processor
[phpt.git] / tests / Suite / can-perform-recursive-collection.phpt
blobf24e5438f71e0aa0c91553d8d17e6338f785bdee
1 --TEST--
2 Can recurse through directories looking for test cases
3 --FILE--
4 <?php
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');
15 ===DONE===
16 --EXPECT--
17 ===DONE===