diff --git a/core/tests/Drupal/Tests/Core/Route/RouterRoleTest.php b/core/tests/Drupal/Tests/Core/Route/RouterRoleTest.php index 8b67ec8..1c786cc 100644 --- a/core/tests/Drupal/Tests/Core/Route/RouterRoleTest.php +++ b/core/tests/Drupal/Tests/Core/Route/RouterRoleTest.php @@ -106,7 +106,7 @@ public function testRoleAccessProvider() { $account_none = new User(array('uid' => 4), 'user'); $this->accounts[] = $account_none; - // Setup expected values; so which path can be access by which user. + // Setup expected values; specify which paths can be accessed by which user. return array( array('role_test_1', array($account_1, $account_12)), array('role_test_2', array($account_2, $account_12)),