Skip to content

Commit

Permalink
add phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddik-web committed Apr 20, 2022
1 parent aca490a commit b59dff0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true" testdox="true" verbose="true" stopOnFailure="false" cacheResult="false">
<testsuites>
<testsuite name="Unit">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit b59dff0

Please sign in to comment.