Skip to content

Commit ab29de5

Browse files
committed
All syntax errors fixed
1 parent 77d3d9c commit ab29de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tests/connectors/test-class-connector-comments.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function test_callback_spam_comment() {
323323
'%1$s\'s %3$s on %2$s marked as spam',
324324
'1: Comment author, 2: Post title, 3: Comment type',
325325
'stream'
326-
),
326+
)
327327
),
328328
$this->equalTo(
329329
[
@@ -372,7 +372,7 @@ public function test_callback_unspam_comment() {
372372
'%1$s\'s %3$s on %2$s unmarked as spam',
373373
'1: Comment author, 2: Post title, 3: Comment type',
374374
'stream'
375-
),
375+
)
376376
),
377377
$this->equalTo(
378378
[
@@ -470,7 +470,7 @@ public function test_callback_comment_duplicate_trigger() {
470470
'Duplicate %3$s by %1$s prevented on %2$s',
471471
'1: Comment author, 2: Post title, 3: Comment type',
472472
'stream'
473-
),
473+
)
474474
),
475475
$this->equalTo(
476476
[

0 commit comments

Comments
 (0)