File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - SIMPLETEST_DB=mysql://root:@127.0.0.1/graphql
1717 - TRAVIS=true
1818 matrix :
19- - DRUPAL_CORE=8.7 .x
19+ - DRUPAL_CORE=8.8 .x
2020
2121matrix :
2222 # Don't wait for the allowed failures to build.
2323 fast_finish : true
2424 include :
2525 - php : 7.2
2626 env :
27- - DRUPAL_CORE=8.7 .x
27+ - DRUPAL_CORE=8.8 .x
2828 # Only run code coverage on the latest php and drupal versions.
2929 - WITH_PHPDBG_COVERAGE=true
3030 allow_failures :
3131 # Allow the code coverage report to fail.
3232 - php : 7.2
3333 env :
34- - DRUPAL_CORE=8.7 .x
34+ - DRUPAL_CORE=8.8 .x
3535 # Only run code coverage on the latest php and drupal versions.
3636 - WITH_PHPDBG_COVERAGE=true
37- # PHP 7.3 testing is allowed to fail for now because there is an error we
38- # cannot reproduce locally.
39- # See https://github.com/drupal-graphql/graphql/pull/872
40- - php : 7.3
4137 # PHP 7.4 testing is allowed to fail because the GD extension is not
4238 # packaged on Travis CI yet.
4339 # See https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/9
Original file line number Diff line number Diff line change 33<phpunit bootstrap =" tests/bootstrap.php" colors =" true"
44 beStrictAboutTestsThatDoNotTestAnything =" true"
55 beStrictAboutOutputDuringTests =" true"
6- beStrictAboutChangesToGlobalState =" true"
7- checkForUnintentionallyCoveredCode =" false" >
6+ beStrictAboutChangesToGlobalState =" true" >
87 <testsuites >
98 <testsuite name =" unit" >
109 <file >./tests/TestSuites/UnitTestSuite.php</file >
You can’t perform that action at this time.
0 commit comments