diff --git a/tests/CommentsExtensionTest.php b/tests/CommentsExtensionTest.php index 87bcadb..dbee3cd 100644 --- a/tests/CommentsExtensionTest.php +++ b/tests/CommentsExtensionTest.php @@ -263,7 +263,7 @@ class CommentsExtensionTest extends FunctionalTest // The comments form is HTML to do assertions by contains $cf = (string) $item->CommentsForm(); - $expected = '/comments/CommentsForm/" method="post" enctype="application/x-www-form-urlencoded">'; + $expected = '/comments/CommentsForm/" method="POST" enctype="application/x-www-form-urlencoded">'; $this->assertStringContainsString($expected, $cf); $this->assertStringContainsString('

Post your comment

', $cf);