Skip to content

Commit 11c5c95

Browse files
committed
ProcessRulesetShouldProcessElementTest: fix up faulty failure messages
1 parent 68522eb commit 11c5c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Core/Ruleset/ProcessRulesetShouldProcessElementTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ public function testShouldProcessIniCbfonly()
245245
}
246246

247247
$this->assertSame('2', ini_get('bcmath.scale'), 'Non-selective ini directive was not applied.');
248-
$this->assertSame('', ini_get('docref_root'), 'CS-only ini directive was not applied.');
249-
$this->assertSame('Never mind', ini_get('user_agent'), 'CBF-only ini directive was applied, while it shouldn\'t have been.');
248+
$this->assertSame('', ini_get('docref_root'), 'CS-only ini directive was applied, while it shouldn\'t have been..');
249+
$this->assertSame('Never mind', ini_get('user_agent'), 'CBF-only ini directive was not applied.');
250250

251251
}//end testShouldProcessIniCbfonly()
252252

0 commit comments

Comments
 (0)