Skip to content

Commit f828593

Browse files
authored
added phpunit usage for sf4
1 parent 9cf2926 commit f828593

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)