Skip to content

Commit

Permalink
Fix test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 23, 2018
1 parent de49841 commit 6e8838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Core/ConfigureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ public function testConsumeOrFail()
{
$expected = 'ok';
Configure::write('This.Key.Exists', $expected);
$result = Configure::readOrFail('This.Key.Exists');
$result = Configure::consumeOrFail('This.Key.Exists');
$this->assertEquals($expected, $result);
}

Expand Down

0 comments on commit 6e8838c

Please sign in to comment.