File tree 2 files changed +2
-28
lines changed
2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -279,13 +279,13 @@ sudo docker-compose exec -T php php -d memory_limit=256M -d xdebug.profiler_enab
279
279
# ## Testing PHP application with PHPUnit
280
280
281
281
` ` ` sh
282
- sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --configuration ./app/
282
+ sudo docker-compose exec -T php ./app/vendor/bin/phpunit --colors=always --configuration ./app
283
283
` ` `
284
284
285
285
# ## Fixing standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
286
286
287
287
` ` ` sh
288
- sudo docker-compose exec -T php ./app/vendor/bin/phpcs -v --standard=PSR2 ./app/src/
288
+ sudo docker-compose exec -T php ./app/vendor/bin/phpcbf -v --standard=PSR2 ./app/src
289
289
` ` `
290
290
291
291
# ## Checking the standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments