Skip to content

Commit

Permalink
v5.0-alpha #7
Browse files Browse the repository at this point in the history
  • Loading branch information
smileBeda committed Oct 14, 2023
1 parent f975aa9 commit c9a9290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<phpunit bootstrap="tests/bootstrap.php"
<phpunit bootstrap="../tests/bootstrap.php"
backupGlobals="false"
colors="true"
verbose="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
cacheResultFile="./tmp/.phpunit.result.cache"
cacheResultFile="../tmp/.phpunit.result.cache"
stopOnFailure="false">
<testsuites>
<testsuite name="Plugin Test Suite">
Expand Down

0 comments on commit c9a9290

Please sign in to comment.