Created
February 17, 2018 09:04
-
-
Save arosha445/790c4fd9611265f489380011806b93f0 to your computer and use it in GitHub Desktop.
phpunit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<phpunit bootstrap="vendor/autoload.php" | |
colors="true" | |
verbose="true" | |
stopOnFailure="false"> | |
<testsuites> | |
<testsuite name="Application Test Suite"> | |
<directory>tests</directory> | |
</testsuite> | |
</testsuites> | |
</phpunit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment