Skip to content

Commit

Permalink
chore: fixed not defining autoload bootstrap for phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh England committed Oct 23, 2023
1 parent 993ba21 commit 5a871ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
Expand Down

0 comments on commit 5a871ac

Please sign in to comment.