mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Making theme test more flexible so it passes after recent changes in templates
This commit is contained in:
parent
8d43764801
commit
a2daa39a98
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 + 3500, $end);
|
$this->assertLessThanOrEqual($start + 4000, $end);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue