i have a problem with PHPUnit. I installed it using PEAR, no problems there, but when i try to run a test (which should work because it works for a friend) i get an error which i cannot resolve:
Fatal error: Allowed memory size of 536890912 bytes exhausted (tried to allocate 504627201 bytes) in my/path/to/magento/app/code/core/Mage/Core/Model/Resource/Setup.php on line 644
zend_mm_heap corrupted
I increased the memory limit in my php.ini files (in apache and php) and the only result was that i had to wait longer for the error to appear. I am using WAMP with Apache 2.2.22 and php 5.3.13 and PHPUnit 1.3.2. I tried all i could think of and i couldn't find any solution yet.