mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improving code coverage in Configure.
This commit is contained in:
parent
ed68368201
commit
438734c202
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ class ConfigureTest extends CakeTestCase {
|
|||
|
||||
$result = Configure::read('Key.One.Two.Three.Four.Five');
|
||||
$this->assertEqual('cool', $result);
|
||||
|
||||
Configure::write('one.two.three.four', '4');
|
||||
$result = Configure::read('one.two.three.four');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue