Skip to content

Commit

Permalink
ProcessRulesetShouldProcessElementTest: fix up faulty failure messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 29, 2024
1 parent 68522eb commit 11c5c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Core/Ruleset/ProcessRulesetShouldProcessElementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ public function testShouldProcessIniCbfonly()
}

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

}//end testShouldProcessIniCbfonly()

Expand Down

0 comments on commit 11c5c95

Please sign in to comment.