Skip to content

Commit 4530b08

Browse files
test: Set PHPUNIT_RUN env var
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 1fa69a2 commit 4530b08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* SPDX-License-Identifier: AGPL-3.0-or-later
66
*/
77

8+
define('PHPUNIT_RUN', 1);
9+
810
require_once __DIR__.'/../../../lib/base.php';
911
require_once __DIR__.'/../vendor/autoload.php';
1012

0 commit comments

Comments
 (0)