Issue #3241296 by andypost, alexpott: core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php triggers deprecations on PHP 8.1
parent
deb93f5ff2
commit
397d199799
|
@ -48,8 +48,9 @@ class PathValidatorTest extends KernelTestBase {
|
||||||
'PUT',
|
'PUT',
|
||||||
'PATCH',
|
'PATCH',
|
||||||
'DELETE',
|
'DELETE',
|
||||||
// Used in CLI context.
|
// NULL is used in CLI context which results in a request method of an
|
||||||
NULL,
|
// empty string.
|
||||||
|
'',
|
||||||
// If no request was even pushed onto the request stack, and hence.
|
// If no request was even pushed onto the request stack, and hence.
|
||||||
FALSE,
|
FALSE,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue