Thanks, the test suite works fine now using the test controller.

@Larry: I still don't know how to access my models from outside the
framework without using the test controller. Can you pls clear things
up? Anyway thank you for the nice test suite.

Cheers,
Timo



On 6/9/06, Larry E. Masters aka PhpNut <[EMAIL PROTECTED]> wrote:
>
> The test suite is in the proper diretory layout to install. Just upload the
> app/* directories to your cake install.
> You can acess using the controller like you mentioned above, but I recomend
> doing it like Dirk is doing, outside of the framework.
>
> I did find an issue with the defines used in the test suite that do not show
> on my install, that is why they are not fixed.
> I will be correcting them soon and creating a new release.
>
> --
> /**
> * @author Larry E. Masters
> * @var string $userName
> * @param string $realName
> * @returns string aka PhpNut
> * @access  public
> */
>
>
> On 6/9/06, Psychie Naill <[EMAIL PROTECTED]> wrote:
> >
> > Hi Dirk,
> >
> > Where is your webroot set to? If you can access your controllers like
> this:
> > http://localhost/controllerA
> > then to access the test suite go to:
> > http://localhost/tests/
> >
> > Notice the 's' on the word 'tests'. This is because the test suite uses a
> tests controller. Also, the trailing '/' is neeted for the test suite to
> work correctly AFAIK.
> >
> > HTH,
> >
> > Sonic.
> >
> >
>
>
>  >
>


-- 
Timo Derstappen

http://teemow.com
mailto:[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to