Skip to content

Commit

Permalink
Adds a phpunit configuration file for upcoming automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpaul committed Nov 25, 2023
1 parent 2db1cba commit 598c623
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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="vendor/autoload.php"
colors="true"
>
<testsuites>
<testsuite name="Blitz Laravel Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 598c623

Please sign in to comment.