diff --git a/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php b/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php index aca2dd7..1e04679 100644 --- a/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php +++ b/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php @@ -463,7 +463,7 @@ public function testCheckNamedRouteWithNonExistingRoute() { /** * Tests that an access checker throws an exception for not allowed values. * - * @dataProvider testCheckExceptionProvider + * @dataProvider providerTestCheckException * * @expectedException \Drupal\Core\Access\AccessException */ @@ -508,7 +508,7 @@ public function testCheckException($return_value) { * * @return array */ - public function testCheckExceptionProvider() { + public function providerTestCheckException() { return array( array(TRUE), array(FALSE),