Merge pull request #360 from creative-commoners/pulls/4/broken-builds

MNT Broken builds
This commit is contained in:
Guy Sartorelli 2023-01-25 13:38:52 +13:00 committed by GitHub
commit 000e7c0ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,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('<h4>Post your comment</h4>', $cf);