Skip to content

Commit 62cdc54

Browse files
ddevsrpaulbalandan
andauthored
Update tests/system/Helpers/TextHelperTest.php
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent ac79ec3 commit 62cdc54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/Helpers/TextHelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ public function testCensoredWordsNonReplacement()
254254
'Fucking asshole!' => '####### #######!',
255255
];
256256

257-
foreach ($strs as $str => $expect) {
258-
$this->assertSame($expect, word_censor($str, $censored));
257+
foreach ($strs as $str => $expected) {
258+
$this->assertSame($expected, word_censor($str, $censored));
259259
}
260260
}
261261

0 commit comments

Comments
 (0)