Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jan 4, 2015
1 parent 39e0ce4 commit d848c5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php
Expand Up @@ -403,11 +403,11 @@ public function testDelete() {
$this->assertFalse(TestCakeSession::check('Clearing'));
}

/**
* testClear method
*
* @return void
*/
/**
* testClear method
*
* @return void
*/
public function testClear() {
$this->assertTrue(TestCakeSession::write('Delete.me', 'Clearing out'));
TestCakeSession::clear();
Expand Down

0 comments on commit d848c5f

Please sign in to comment.