Skip to content
Snippets Groups Projects
Commit 397d1997 authored by catch's avatar catch
Browse files

Issue #3241296 by andypost, alexpott:...

Issue #3241296 by andypost, alexpott: core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php triggers deprecations on PHP 8.1
parent deb93f5f
No related branches found
No related tags found
Loading
......@@ -48,8 +48,9 @@ public function testGetUrlIfValidWithoutAccessCheck() {
'PUT',
'PATCH',
'DELETE',
// Used in CLI context.
NULL,
// NULL is used in CLI context which results in a request method of an
// empty string.
'',
// If no request was even pushed onto the request stack, and hence.
FALSE,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment