mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Adding assert left out of previos commit.
This commit is contained in:
parent
438734c202
commit
42b93dc29f
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ class ConfigureTest extends CakeTestCase {
|
||||||
|
|
||||||
Configure::write('one.two.three.four', '4');
|
Configure::write('one.two.three.four', '4');
|
||||||
$result = Configure::read('one.two.three.four');
|
$result = Configure::read('one.two.three.four');
|
||||||
|
$this->assertEquals('4', $result);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue