Searched refs:vendor (Results 1 – 3 of 3) sorted by relevance
10 code-coverage: vendor ## Collects code coverage from running unit tests with phpunit/phpunit11 vendor/bin/phpunit --configuration=tests/phpunit.xml --coverage-text --testsuite=unit14 coding-standards: vendor ## Fixes code style issues with friendsofphp/php-cs-fixer15 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose22 tests: vendor ## Runs unit and end-to-end tests with phpunit/phpunit23 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=unit26 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=end-to-end;39 vendor: composer.json composer.lock target
2 /vendor/
55 …run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-text --tests…98 …run: "vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.php --diff --dry-run --show-progre…154 run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=unit"160 … run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"
Completed in 12 milliseconds