-
- Downloads
test(phpunit): Remove PHP 7.0 compatibility layer (#156)
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- phpstan.neon 0 additions, 2 deletionsphpstan.neon
- tests/Drupal/CoderSniffUnitTest.php 4 additions, 3 deletionstests/Drupal/CoderSniffUnitTest.php
- tests/Drupal/PhpunitCompatibilityTestCase.php 0 additions, 76 deletionstests/Drupal/PhpunitCompatibilityTestCase.php
- tests/Drupal/phpunit-bootstrap.php 0 additions, 1 deletiontests/Drupal/phpunit-bootstrap.php
- tests/DrupalPractice/ProjectDetection/ProjectUnitTest.php 4 additions, 4 deletionstests/DrupalPractice/ProjectDetection/ProjectUnitTest.php
... | ... | @@ -35,7 +35,7 @@ |
"sort-packages": true | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0", | ||
"phpunit/phpunit": "^7.0 || ^8.0", | ||
"phpstan/phpstan": "^1.2.0" | ||
} | ||
} |
Please register or sign in to comment