mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing accidental debug code.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7929 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
99a2fa439c
commit
e9bd7aea6a
1 changed files with 0 additions and 1 deletions
|
@ -434,7 +434,6 @@ class SetTest extends CakeTestCase {
|
|||
|
||||
$result = Set::extract('/User/id', $nonZero);
|
||||
$this->assertEqual($result, $expected, 'Failed non zero array key extract');
|
||||
Configure::write('foo', null);
|
||||
|
||||
// $expected = array(
|
||||
// array('id' => 1), array('id' => 2), array('id' => 3), array('id' => 4), array('id' => 5)
|
||||
|
|
Loading…
Reference in a new issue