File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed
Expand file tree Collapse file tree 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
279279# ## Testing PHP application with PHPUnit
280280
281281` ` ` 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
283283` ` `
284284
285285# ## Fixing standard code with [PSR2](http://www.php-fig.org/psr/psr-2/)
286286
287287` ` ` 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
289289` ` `
290290
291291# ## 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