addTestFiles(glob("func/Site/*Test.php")); if (!defined('DB_INIT_CMD')) { define('PROJECTA','true'); } $suite->addTestFiles(glob("func/Trackers/*Test.php")); $suite->addTestFiles(glob("func/Tasks/*Test.php")); $suite->addTestFiles(glob("func/Docs/*Test.php")); $suite->addTestFiles(glob("func/Forums/*Test.php")); $suite->addTestFiles(glob("func/News/*Test.php")); $suite->addTestFiles(glob("func/PluginsBlocks/*Test.php")); $suite->addTestFiles(glob("func/PluginsScmBzr/*Test.php")); $suite->addTestFiles(glob("func/PluginsScmGit/*Test.php")); $suite->addTestFiles(glob("func/RBAC/*Test.php")); $suite->addTestFiles(glob("func/Surveys/*Test.php")); $suite->addTestFiles(glob("func/Search/*Test.php")); return $suite; } } if (PHPUnit_MAIN_METHOD == 'AllTests::main') { AllTests::main(); }