NYCPHP Meetup

NYPHP.org

[nycphp-talk] silent failure with PHPUnit and Zend Framework

Rob Marscher rmarscher at beaffinitive.com
Thu Sep 23 12:29:46 EDT 2010


On Sep 23, 2010, at 12:23 PM, David Mintz wrote:
> I have upped the memory limit to 64M in both /etc/php5/apache2/php.ini as well as /etc/php5/cli/php.ini. Same story: still bonking without emitting an error message, even with that output buffering turned off.

Hmm... you can also pass a custom memory limit when you invoke phpunit:  phpunit -d memory_limit 256M 

Also, maybe try the --strict and --verbose switch for phpunit if you haven't already.




More information about the talk mailing list