Skip to content

Commit

Permalink
Fix phpunit bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Dec 11, 2024
1 parent fbfefa7 commit 68cff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php"
bootstrap="vendor/autoload.php"
cacheResultFile="runtime/phpunit/result.cache"
backupGlobals="false"
colors="true"
Expand Down

0 comments on commit 68cff49

Please sign in to comment.