You have two options or you set the test on yourProject/test/unit or yourProject/test/functional (not shure if you could put then on yourPorject/plugins/yourPlugin/test ) under this directories the tasks test-unit and test-functional will find then, but if you take the job to include the file yourProject/test/bootstrap/unit.php or yourProject/test/bootstrap/functional.php each test can be run as a php script, so it could be placed any where.
On 10/21/07, Carsten Schumann <[EMAIL PROTECTED]> wrote: > Hi threre, > > how do I perform a unit test or a functional test on a plugin? > > Currently i am porting the nested set plugin to propel 1.3 but I want to run > the standard tests before submitting the patches. > > Carsten > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
