File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,9 @@ install:
4444 # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
4545 - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
4646 - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
47- # - ./vendor/bin/simple-phpunit install
4847
4948script :
5049 - composer validate --strict --no-check-lock
51- # simple-phpunit is the PHPUnit wrapper provided by the PHPUnit Bridge component and
52- # it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
53- # - ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
5450 - composer phpstan
5551 - ./vendor/bin/phpunit
5652
You can’t perform that action at this time.
0 commit comments