XE의 simpletest 동작에 대한 상수값을 설정하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6338 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-19 07:59:25 +00:00
parent 576cc9f029
commit 60c8a5f3ef
2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,9 @@
<?php
define('__ZBXE__', true);
require_once('../config/config.inc.php');
if(__ENABLE_PHPUNIT_TEST__!=1) exit();
require_once('simpletest/autorun.php');
class AllTests extends TestSuite {