Fix already defined warning from dav test bootstrap
This commit is contained in:
parent
a94819f4a4
commit
60d6582991
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
|
||||
define('PHPUNIT_RUN', 1);
|
||||
if (!defined('PHPUNIT_RUN')) {
|
||||
define('PHPUNIT_RUN', 1);
|
||||
}
|
||||
|
||||
require_once __DIR__.'/../../../../lib/base.php';
|
||||
|
||||
|
|
Loading…
Reference in New Issue