Navigation Menu

Skip to content

Commit

Permalink
PHPdbg uses a little bit more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Dec 4, 2015
1 parent 3c1b08b commit ce5533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/ViewTest.php
Expand Up @@ -1885,7 +1885,7 @@ public function testMemoryLeakInPaths()
$View->element('test_element');
}
$end = memory_get_usage();
$this->assertLessThanOrEqual($start + 5000, $end);
$this->assertLessThanOrEqual($start + 15000, $end);
}

/**
Expand Down

0 comments on commit ce5533f

Please sign in to comment.