Skip to content
Snippets Groups Projects
Commit 4c8827c5 authored by catch's avatar catch
Browse files

Issue #3155765 by naresh_bavaskar: Fixing minor typo in path alias module test files

parent c7abab9e
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ public function testGetPathByAliasNoMatch() { ...@@ -108,7 +108,7 @@ public function testGetPathByAliasNoMatch() {
* *
* @covers ::getPathByAlias * @covers ::getPathByAlias
*/ */
public function testGetPathByAliasNatch() { public function testGetPathByAliasMatch() {
$alias = $this->randomMachineName(); $alias = $this->randomMachineName();
$path = $this->randomMachineName(); $path = $this->randomMachineName();
......
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