Skip to content

Commit

Permalink
Merge pull request #983 from WyriHaximus/Move-PHPUnit-cache-directory…
Browse files Browse the repository at this point in the history
…-to-/var

Move PHPUnit cache directory to /var/
  • Loading branch information
WyriHaximus authored Mar 1, 2025
2 parents 139d211 + 2a84064 commit caee224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/qa/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../../vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache" displayDetailsOnTestsThatTriggerWarnings="true">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../../vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory="../../var/phpunit/cache" displayDetailsOnTestsThatTriggerWarnings="true">
<testsuites>
<testsuite name="Test Suite">
<directory>../../tests/</directory>
Expand Down

0 comments on commit caee224

Please sign in to comment.