Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jan 4, 2015
1 parent b936a34 commit a947958
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Cake/Test/Case/Core/ConfigureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ public function testConsume() {
$this->assertEquals($expected, $result);
}

/**
* testConsumeEmpty
*
* @return void
*/
/**
* testConsumeEmpty
*
* @return void
*/
public function testConsumeEmpty() {
Configure::write('Test', array('key' => 'value', 'key2' => 'value2'));
$result = Configure::consume('');
Expand Down

0 comments on commit a947958

Please sign in to comment.