We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc617ec commit e4735abCopy full SHA for e4735ab
.travis.yml
@@ -27,7 +27,9 @@ script:
27
- ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
28
29
before_install:
30
- - sed '{printerClass=\"Codedungeon\\PHPUnitPrettyResultPrinter\\Printer\"}d' phpunit.xml
+ - sed '/ printerClass="Codedungeon\\PHPUnitPrettyResultPrinter\\Printer"/d' phpunit.xml > new-phpunit.xml
31
+ - rm phpunit.xml
32
+ - mv new-phpunit.xml phpunit.xml
33
- composer remove codedungeon/phpunit-result-printer --no-update
34
- composer require "orchestra/database:${ORCHESTRA_VERSION}" --no-update --dev
35
- composer require "orchestra/testbench:${ORCHESTRA_VERSION}" --no-update --dev
0 commit comments