diff --git a/modules/system/tests/traits/ViewMakerTest.php b/modules/system/tests/traits/ViewMakerTest.php index c44536bd7a..54820188b6 100644 --- a/modules/system/tests/traits/ViewMakerTest.php +++ b/modules/system/tests/traits/ViewMakerTest.php @@ -78,6 +78,8 @@ public function testMakePartial() $partials = [ 'relative_no_ext' => 'relative no ext', 'folder/no_ext' => 'folder no ext', + "{$this->relativePath}/relative_no_ext" => 'relative path no underscore, no ext', + "~/{$this->relativePath}/relative_no_ext" => 'full path no underscore, no ext', "~/{$this->relativePath}/symbols.htm" => 'symbols content', "~/{$this->relativePath}/symbols.php" => 'symbols content', "~/{$this->relativePath}/specific.htm" => 'explicit htm path, but actually php',