If you go trough jobeet tutorial in last days you can see same error.
jobActionsTest.php is getting so big and start to make memory exceptions.
I have separate test file to 3 peaces and it pass all tests, but when it is
one big file exits with memory fault.
On Sat, Feb 14, 2009 at 11:53 AM, Bernha
Hi Myke,
I think you sort of misinterpreted the abilities of sfBrowser. All
that sfBrowser does is simulating a symfony request. It is used to
test your local symfony application, but you cannot access any remote
host with it since it does not implement any mechanism (like fopen,
curl etc.) to re
I think what Thomas is getting at is that the functional tests run using the
cli while browser runs using the cgi and you need to make sure you alter
both ini for each of the two PHP types.
Gareth McCumskey
On Fri, Feb 13, 2009 at 8:16 PM, Thomas Rabaix wrote:
> On some systeme there are two php
Yes.
Just saw a post about sfForm trying to serialize a PDO object - that
seems to be the issue not sfBrowser.
On Feb 13, 10:16 am, Thomas Rabaix wrote:
> On some systeme there are two php.ini file
>
> - cli
> - apache / cgi
>
> Have you change the limit to the correct php.ini file ?
>
>
On some systeme there are two php.ini file
- cli
- apache / cgi
Have you change the limit to the correct php.ini file ?
On Fri, Feb 13, 2009 at 7:01 PM, myke wrote:
>
> I am writting a functional test that is testing login's through a
> sfForm object and I'm getting out of memory errors