Skip to content

Commit

Permalink
OXDEV-7728: Add boostrap and enable colors for phpunit tests;
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Mar 28, 2024
1 parent 6fb804b commit 2e3a14e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="../../../../bootstrap.php"
colors="true"
backupGlobals="true"
beStrictAboutTestsThatDoNotTestAnything="false"
cacheDirectory=".phpunit.cache"
Expand All @@ -10,7 +12,7 @@
<testsuite name="Unit">
<directory>Unit/</directory>
</testsuite>
<testsuite name="IntegrationTests">
<testsuite name="Integration">
<directory>Integration</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 2e3a14e

Please sign in to comment.