Skip to content

Commit

Permalink
Adding assert left out of previos commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 22, 2011
1 parent 438734c commit 42b93dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/Core/ConfigureTest.php
Expand Up @@ -135,6 +135,7 @@ function testWrite() {

Configure::write('one.two.three.four', '4');
$result = Configure::read('one.two.three.four');
$this->assertEquals('4', $result);
}

/**
Expand Down

0 comments on commit 42b93dc

Please sign in to comment.