diff --git a/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php b/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php index 2709fd9..5d493ed 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php @@ -168,13 +168,13 @@ function testLookupPath() { } /** - * Test the alias whitelist. + * Tests the alias whitelist. */ function testWhitelist() { - //Prepare database table. + // Prepare database table. $connection = Database::getConnection(); $this->fixtures->createTables($connection); - //Create AliasManager and Path object. + // Create AliasManager and Path object. $whitelist = new AliasWhitelist('path_alias_whitelist', 'cache', $this->container->get('keyvalue'), $connection); $aliasManager = new AliasManager($connection, $whitelist); $path = new Path($connection, $aliasManager);