示例#1
0
 * @package    PHPUnit
 * @author     Sebastian Bergmann <*****@*****.**>
 * @copyright  2002-2009 Sebastian Bergmann <*****@*****.**>
 * @license    http://www.opensource.org/licenses/bsd-license.php  BSD License
 * @version    SVN: $Id: AllTests.php 4403 2008-12-31 09:26:51Z sb $
 * @link       http://www.phpunit.de/
 * @since      File available since Release 2.3.0
 */
require_once PATH_TO_ROOT . '/test/PHPUnit/Util/Filter.php';
require_once PATH_TO_ROOT . '/test/PHPUnit/Framework/TestSuite.php';
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'TestDox' . DIRECTORY_SEPARATOR . 'AllTests.php';
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'ConfigurationTest.php';
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'TestTest.php';
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'TimerTest.php';
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'XMLTest.php';
PHPUnit_Util_Filter::$filterPHPUnit = FALSE;
/**
 *
 *
 * @category   Testing
 * @package    PHPUnit
 * @author     Sebastian Bergmann <*****@*****.**>
 * @copyright  2002-2009 Sebastian Bergmann <*****@*****.**>
 * @license    http://www.opensource.org/licenses/bsd-license.php  BSD License
 * @version    Release: 3.4.3
 * @link       http://www.phpunit.de/
 * @since      Class available since Release 2.0.0
 */
class Util_AllTests
{
    public static function suite()