-
- Downloads
test(phpunit): Enable PHP 8 testing with a PHPUnit compatibility layer (#/3222962 by klausi)
Showing
- .github/workflows/testing.yml 1 addition, 1 deletion.github/workflows/testing.yml
- composer.json 1 addition, 1 deletioncomposer.json
- phpstan.neon 2 additions, 0 deletionsphpstan.neon
- tests/Drupal/CoderSniffUnitTest.php 3 additions, 4 deletionstests/Drupal/CoderSniffUnitTest.php
- tests/Drupal/PhpunitCompatibilityTestCase.php 76 additions, 0 deletionstests/Drupal/PhpunitCompatibilityTestCase.php
- tests/Drupal/phpunit-bootstrap.php 1 addition, 0 deletionstests/Drupal/phpunit-bootstrap.php
- tests/DrupalPractice/ProjectDetection/ProjectUnitTest.php 4 additions, 5 deletionstests/DrupalPractice/ProjectDetection/ProjectUnitTest.php
... | ... | @@ -27,7 +27,7 @@ |
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6.0 || ^7.0", | ||
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0", | ||
"phpstan/phpstan": "^0.12.63" | ||
} | ||
} |
Please register or sign in to comment