Without xdebug overload, no need to check memory_limit

This commit is contained in:
Filippo Tessarotto 2012-11-24 08:36:18 +01:00
parent e6e2be2d88
commit 022f019cb8
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@
stopOnFailure="false" stopOnFailure="false"
stopOnIncomplete="false" stopOnIncomplete="false"
stopOnSkipped="false"> stopOnSkipped="false">
<php>
<ini name="memory_limit" value="2048M"/>
</php>
<testsuite name="PHPExcel Unit Test Suite"> <testsuite name="PHPExcel Unit Test Suite">
<directory suffix="Test.php">./Classes</directory> <directory suffix="Test.php">./Classes</directory>
</testsuite> </testsuite>