We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c76aa1 commit 7ad4252Copy full SHA for 7ad4252
phpunit.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
- bootstrap="vendor/autoload.php"
+ bootstrap="tests/unit/bootstrap.php"
5
cacheDirectory=".phpunit.cache"
6
executionOrder="depends,defects"
7
requireCoverageMetadata="true"
tests/unit/bootstrap.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once __DIR__ . '/../../vendor/autoload.php';
+\define('EPI_IMPRESSUM_FILE', __FILE__);
0 commit comments