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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
