Skip to content
Snippets Groups Projects
Commit e4cfd823 authored by jurgenhaas's avatar jurgenhaas
Browse files

#10 Add more arguments to the phpunit script in...

#10 Add more arguments to the phpunit script in the resulting composer file
parent 7b612284
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ class Handler {
'lint' => 'parallel-lint --exclude web --exclude vendor .',
'webserver' => 'cd web && php -S 0.0.0.0:8888 .ht.router.php',
'chromedriver' => 'chromedriver --port=9515 --verbose --whitelisted-ips --log-path=/tmp/chromedriver.log --no-sandbox',
'unit' => 'phpunit --verbose web/modules/custom',
'unit' => 'SIMPLETEST_DB=mysql://root:password@mariadb/db SIMPLETEST_BASE_URL=http://0.0.0.0:8888 vendor/bin/phpunit --bootstrap web/core/tests/bootstrap.php web/modules/custom',
'phpstan' => 'phpstan analyse web/modules/custom',
'stylelint' => 'yarn --silent --cwd web/core stylelint --formatter verbose --config ./.stylelintrc.json ../modules/custom/**/*.css',
'eslint' => 'yarn --silent --cwd web/core eslint -c ./.eslintrc.json ../modules/custom',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment