Skip to content

Commit 3011f20

Browse files
authored
Merge pull request #616 from iCodr8/patch-3
added phpunit usage for sf4
2 parents 2ecd7f8 + f828593 commit 3011f20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

distribution/testing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ You may also be interested in these alternative testing tools (not included in t
185185

186186
## Running Unit Tests with PHPUnit
187187

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+
188192
To run your [PHPUnit](https://phpunit.de/) test suite, execute the following command:
189193

190-
$ docker-compose exec php vendor/bin/phpunit
194+
$ docker-compose exec php bin/phpunit

0 commit comments

Comments
 (0)