aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-09-24 13:54:42 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-09-24 13:54:42 +0200
commit2cd779cbe9b75832170bee75bc4703b872769e42 (patch)
tree4a8f13462877c55ad943f9567e289aba64cf2140 /tests/phpunit.xml
parent2bc088e55581bdbf9ec45f539005c37fb23d5d61 (diff)
downloadvolse-hubzilla-2cd779cbe9b75832170bee75bc4703b872769e42.tar.gz
volse-hubzilla-2cd779cbe9b75832170bee75bc4703b872769e42.tar.bz2
volse-hubzilla-2cd779cbe9b75832170bee75bc4703b872769e42.zip
Don't autoload test cases using composer.
Introduces a bootstrap file that ensures that the base test case classes are loaded and available instead. This reduces the number of warnings when running composer install.
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 3531cd05c..44ee9c2ee 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../boot.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache">
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="unit/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache">
<php>
<includePath>..</includePath>
<!-- env name="HZ_TEST_DB_HOST" value=""/-->