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, Bernhard Schussek <[email protected]>wrote:

>
> 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 resolve and access URIs.
>
> I can't answer whether this is the cause for the above error, but
>
> On Fri, Feb 13, 2009 at 7:01 PM, myke <[email protected]> wrote:
> > $b = new sfTestFunctional (new sfBrowser('www.somesite.com',
> > '127.0.0.1'));
>
> generally cannot work.
>
>
> Bernhard
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to