File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 55 - 7.1
66 - 7.2
77 - 7.3
8+ - 7.4
89
910install :
1011 - composer clear-cache
11- - composer config github-oauth.github.com ${GITHUB_TOKEN};
12- - composer global require fxp/composer-asset-plugin
1312 - composer install --no-interaction --prefer-dist
1413
1514script : vendor/bin/phpunit
@@ -19,5 +18,4 @@ after_success:
1918
2019cache :
2120 directories :
22- - vendor
23- - $HOME/.cache/composer
21+ - $HOME/.composer/cache
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ public function declareQueue(string $queueName)
9393 throw new RuntimeException ("Queue ` {$ queueName }` is not configured. " );
9494 }
9595
96- $ channel =
9796 $ queue = $ this ->queues [$ queueName ];
9897 if (!isset ($ this ->queuesDeclared [$ queueName ])) {
9998 if (ArrayHelper::isAssociative ($ queue )) {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <phpunit bootstrap =" ./tests/bootstrap.php"
3- colors =" true"
4- convertErrorsToExceptions =" true"
5- convertNoticesToExceptions =" true"
6- convertWarningsToExceptions =" true"
7- stopOnFailure =" false" >
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.5/phpunit.xsd"
5+ colors =" true"
6+ beStrictAboutOutputDuringTests =" false"
7+ beStrictAboutTestsThatDoNotTestAnything =" true"
8+ verbose =" true"
9+ bootstrap =" ./tests/bootstrap.php"
10+ convertErrorsToExceptions =" true"
11+ convertNoticesToExceptions =" true"
12+ convertWarningsToExceptions =" true"
13+ convertDeprecationsToExceptions =" false"
14+ stopOnFailure =" false" >
815 <testsuites >
916 <testsuite name =" Test Suite" >
1017 <directory >./tests</directory >
You can’t perform that action at this time.
0 commit comments