We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30e3b2 commit 6db7e1cCopy full SHA for 6db7e1c
1 file changed
tests/system/View/ParserTest.php
@@ -942,6 +942,8 @@ public function testRenderFindsView()
942
public function testRenderCannotFindView()
943
{
944
$this->expectException(ViewException::class);
945
+ $this->expectExceptionMessageMatches('!/View/Views/Simplest\.php\z!');
946
+
947
$this->parser->setData(['testString' => 'Hello World']);
948
$this->parser->render('Simplest');
949
}
0 commit comments