Skip to content

Commit

Permalink
Removing skip as the supported php version does have the memory_get_u…
Browse files Browse the repository at this point in the history
…sage function available
  • Loading branch information
lorenzo committed Jul 14, 2010
1 parent 62bc184 commit 2a3e64b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cake/tests/cases/libs/view/theme.test.php
Expand Up @@ -300,9 +300,6 @@ function testMissingLayout() {
* @return void
*/
function testMemoryLeakInPaths() {
if ($this->skipIf(!function_exists('memory_get_usage'), 'No memory measurement function, cannot test for possible memory leak. %s')) {
return;
}
$this->Controller->plugin = null;
$this->Controller->name = 'Posts';
$this->Controller->viewPath = 'posts';
Expand Down

0 comments on commit 2a3e64b

Please sign in to comment.