diff --git a/tests/php/View/SSViewerTest.php b/tests/php/View/SSViewerTest.php index cd1fe076c..aff7f8ac2 100644 --- a/tests/php/View/SSViewerTest.php +++ b/tests/php/View/SSViewerTest.php @@ -962,7 +962,7 @@ after'

test

'; $this->assertMatchesRegularExpression( - '/<\/head>/', + '/<\/head>/', $this->render($tmpl2) ); @@ -973,7 +973,7 @@ after'

test

'; $this->assertMatchesRegularExpression( - '/<\/head>/', + '/<\/head>/', $this->render($tmpl3) ); @@ -983,7 +983,7 @@ after' $response = new HTTPResponse($this->render($tmpl1)); $negotiator->html($response); $this->assertMatchesRegularExpression( - '/<\/head>/', + '/<\/head>/', $response->getBody() );