mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Typo in last commit. Making flexible the range for memory usage in theme view after changing internal templates
This commit is contained in:
parent
a2daa39a98
commit
8ccf90437a
1 changed files with 1 additions and 1 deletions
|
@ -258,6 +258,6 @@ class ThemeViewTest extends CakeTestCase {
|
||||||
$View->element('test_element');
|
$View->element('test_element');
|
||||||
}
|
}
|
||||||
$end = memory_get_usage();
|
$end = memory_get_usage();
|
||||||
$this->assertLessThanOrEqual($start + 4000, $end);
|
$this->assertLessThanOrEqual($start + 4500, $end);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue