File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ public function test_callback_spam_comment() {
323
323
'%1$s \'s %3$s on %2$s marked as spam ' ,
324
324
'1: Comment author, 2: Post title, 3: Comment type ' ,
325
325
'stream '
326
- ),
326
+ )
327
327
),
328
328
$ this ->equalTo (
329
329
[
@@ -372,7 +372,7 @@ public function test_callback_unspam_comment() {
372
372
'%1$s \'s %3$s on %2$s unmarked as spam ' ,
373
373
'1: Comment author, 2: Post title, 3: Comment type ' ,
374
374
'stream '
375
- ),
375
+ )
376
376
),
377
377
$ this ->equalTo (
378
378
[
@@ -470,7 +470,7 @@ public function test_callback_comment_duplicate_trigger() {
470
470
'Duplicate %3$s by %1$s prevented on %2$s ' ,
471
471
'1: Comment author, 2: Post title, 3: Comment type ' ,
472
472
'stream '
473
- ),
473
+ )
474
474
),
475
475
$ this ->equalTo (
476
476
[
You can’t perform that action at this time.
0 commit comments