Loading core/modules/path_alias/tests/src/Unit/AliasManagerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ public function testGetPathByAliasNoMatch() { * * @covers ::getPathByAlias */ public function testGetPathByAliasNatch() { public function testGetPathByAliasMatch() { $alias = $this->randomMachineName(); $path = $this->randomMachineName(); Loading Loading
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ public function testGetPathByAliasNoMatch() { * * @covers ::getPathByAlias */ public function testGetPathByAliasNatch() { public function testGetPathByAliasMatch() { $alias = $this->randomMachineName(); $path = $this->randomMachineName(); Loading