Adding assert left out of previos commit.

This commit is contained in:
mark_story 2011-05-21 20:21:15 -04:00
parent 438734c202
commit 42b93dc29f

View file

@ -135,6 +135,7 @@ class ConfigureTest extends CakeTestCase {
Configure::write('one.two.three.four', '4');
$result = Configure::read('one.two.three.four');
$this->assertEquals('4', $result);
}
/**