Home
last modified time | relevance | path

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

/web-php/
H A DMakefile9 code-coverage: vendor ## Collects code coverage from running unit tests with phpunit/phpunit
10 vendor/bin/phpunit --configuration=tests/phpunit.xml --coverage-text --testsuite=unit
13 coding-standards: vendor ## Fixes code style issues with friendsofphp/php-cs-fixer
14 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose
21 tests: vendor ## Runs unit and end-to-end tests with phpunit/phpunit
22 vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=unit
24 …tests/server start; vendor/bin/phpunit --configuration=tests/phpunit.xml --testsuite=end-to-end; t…
26 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…
144 run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=unit"
150 … run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"

Completed in 14 milliseconds