addTestFiles(glob("unit/*/*Test.php")); // Code tests $suite->addTestFiles(glob("code/*/*Test.php")); // Building packages and documentation tests $suite->addTestFiles(glob("build/*/*Test.php")); return $suite; } } if (PHPUnit_MAIN_METHOD == 'AllTests::main') { AllTests::main(); }