Skip to content

Commit 5b1a390

Browse files
iCodr8dunglas
authored andcommitted
added phpunit howto (#403)
* added phpunit howto
1 parent c1d676c commit 5b1a390

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

distribution/testing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,9 @@ You may also be interested in these alternative testing tools (not included in t
174174
using a nice UI, benefit from [the Swagger integration](https://www.getpostman.com/docs/importing_swagger) and run tests
175175
test in the CI using [newman](https://github.com/postmanlabs/newman).
176176
* [PHP Matcher](https://github.com/coduo/php-matcher): the Swiss Army knife of JSON document testing.
177+
178+
# Running Unit Tests with PHPUnit
179+
180+
To run your [PHPUnit](https://phpunit.de/) test suite, execute the following command:
181+
182+
$ docker-compose exec php vendor/bin/phpunit

0 commit comments

Comments
 (0)