Matthias, Don't forget that you can run plugin tests with a simple php command line:
$ php path/to/myplugin/test/unit/myTest.php This is, provided that you included the bootstrap script on top of each test, as explained in the guide. Cheers, François 2007/11/21, Matthias N. <[EMAIL PROTECTED]>: > > Hi, > > the test-xy tasks only take /test into account and are not able to run > plugin tests. > > There are two tickets about that: > > This one (3 months old): http://trac.symfony-project.com/ticket/2178 > And even this (1 year old): http://trac.symfony-project.com/ticket/1199 > > The conclusion is that there is no way to get this task into 1.0.x - > ok no problem. One could create a plugin. But for the current > developement version of symfony 1.1 I think it's a "must have" to > support plugin tests. > > Would at least be very useful to have. ;-) > > Regards, > Matthias > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
