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 9cf2926 commit f828593Copy full SHA for f828593
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