Skip to content

Commit

Permalink
Add phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadv184 committed Aug 9, 2021
1 parent ea5aac0 commit 6e7f0c0
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">
<testsuites>
<testsuite name="ArCaptcha API Laravel">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 6e7f0c0

Please sign in to comment.