Skip to content
Snippets Groups Projects
Commit 859ab59f authored by David Maus's avatar David Maus
Browse files

Require PHPUnit for development

parent 5e5a15ee
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,8 @@
},
"require": {
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4"
}
}
<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="vendor/autoload.php">
<testsuite name="default">
<directory suffix="Test.php">tests</directory>
</testsuite>
</phpunit>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment