Skip to content

Commit

Permalink
Updating test due to merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 16, 2009
1 parent acd2c15 commit aa97dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/configure.test.php
Expand Up @@ -265,7 +265,7 @@ function testStoreAndLoad() {
'data' => array('first' => 'value with backslash \, \'singlequote\' and "doublequotes"', 'second' => 'value2'),
'data2' => 'value'
);
Configure::store('AnotherExample', 'test.config', $expected);
Configure::store('AnotherExample', 'test_config', $expected);

Configure::load('test_config');
$config = Configure::read('AnotherExample');
Expand Down

0 comments on commit aa97dae

Please sign in to comment.