Prevent redefinition warning of PHPUNIT_RUN
This commit is contained in:
parent
7e71d8231e
commit
58cc3000c6
|
@ -1,6 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
if (!defined('PHPUNIT_RUN')) {
|
||||||
define('PHPUNIT_RUN', 1);
|
define('PHPUNIT_RUN', 1);
|
||||||
|
}
|
||||||
|
|
||||||
require_once __DIR__.'/../../../../lib/base.php';
|
require_once __DIR__.'/../../../../lib/base.php';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue