We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d676c commit 5b1a390Copy full SHA for 5b1a390
distribution/testing.md
@@ -174,3 +174,9 @@ You may also be interested in these alternative testing tools (not included in t
174
using a nice UI, benefit from [the Swagger integration](https://www.getpostman.com/docs/importing_swagger) and run tests
175
test in the CI using [newman](https://github.com/postmanlabs/newman).
176
* [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