mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Prevent redefinition warning of PHPUNIT_RUN
This commit is contained in:
parent
7e71d8231e
commit
58cc3000c6
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue