-
- Downloads
Issue #3253976 by bradjones1: Address test deprecation notices
Showing
- .gitlab-ci.yml 13 additions, 0 deletions.gitlab-ci.yml
- composer.json 3 additions, 0 deletionscomposer.json
- src/PageCache/DisallowSimpleOauthRequests.php 1 addition, 1 deletionsrc/PageCache/DisallowSimpleOauthRequests.php
- tests/src/Unit/EntityCollectorTest.php 3 additions, 3 deletionstests/src/Unit/EntityCollectorTest.php
.gitlab-ci.yml
0 → 100644
... | ... | @@ -9,6 +9,9 @@ |
"drupal/consumers": "^1.2", | ||
"php": ">=7.4" | ||
}, | ||
"require-dev": { | ||
"phpspec/prophecy-phpunit": "^2" | ||
}, | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
... | ... |
Please register or sign in to comment