Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 3 of 3) sorted by relevance

/web-php/
H A DMakefile10 code-coverage: vendor ## Collects code coverage from running unit tests with phpunit/phpunit
11 vendor/bin/phpunit --configuration=tests/phpunit.xml --coverage-text --testsuite=unit
14 coding-standards: vendor ## Fixes code style issues with friendsofphp/php-cs-fixer
15 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose
22 tests: vendor ## Runs unit and end-to-end tests with phpunit/phpunit
23 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=unit
26 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=end-to-end;
39 vendor: composer.json composer.lock target
H A D.gitignore2 /vendor/
/web-php/.github/workflows/
H A Dintegrate.yaml55 …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