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.
2 parents 2ecd7f8 + f828593 commit 3011f20Copy full SHA for 3011f20
distribution/testing.md
@@ -185,6 +185,10 @@ You may also be interested in these alternative testing tools (not included in t
185
186
## Running Unit Tests with PHPUnit
187
188
+To install [PHPUnit](https://phpunit.de/) test suite, execute the following command:
189
+
190
+ $ docker-compose exec php composer require --dev symfony/phpunit-bridge
191
192
To run your [PHPUnit](https://phpunit.de/) test suite, execute the following command:
193
- $ docker-compose exec php vendor/bin/phpunit
194
+ $ docker-compose exec php bin/phpunit
0 commit comments