mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
removing memory usage line that was usage in component test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7071 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
cf896eaa9b
commit
14df77c12d
1 changed files with 0 additions and 2 deletions
|
@ -128,6 +128,4 @@ class ComponentTest extends CakeTestCase {
|
|||
$this->assertEqual($Controller->Apple->name, 'ComponentTest');
|
||||
}
|
||||
}
|
||||
echo round(floatval(memory_get_usage()) / 1024 / 1024, 4) . "mb";
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue