Skip to content

Commit 1430601

Browse files
fix cs
1 parent 03db5af commit 1430601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MC4WP_Form_Tags_Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function test_replace_in_html(): void
1313
$t = new MC4WP_Form_Tags();
1414
$t->register();
1515

16-
$p = new WP_Post;
16+
$p = new WP_Post();
1717
$p->ID = 1;
1818
global $post;
1919
$post = $p;

0 commit comments

Comments
 (0)