Argh, just caught the tail of this thread I've been meaning for a while now to release sfPHPUnitPlugin for 1.1. I totally have the code for it (and have been using it for about 8 months now!), just never got around to tidying up those final little things.
It's, um, a fair bit different from the older plugin though. And now that PHPUnit 3.3 is release with (allegedly) better bootstrapping support, I think this'll cut some of the hacky gruntwork out of bootstrapping in symfony. It includes a PHPUnit compatible sfBrowser, too. But it's maybe not for everyone (it uses xpath instead of CSS selectors, which eased my transition from Selenium quite nicely). It still has some issues, though. I guess I'll wait for Yannick to release, and merge in what I can? I dunno. Josh On Sep 24, 5:44 pm, "Tristan Rivoallan" <[EMAIL PROTECTED]> wrote: > On Wed, Sep 24, 2008 at 4:51 AM, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > Tristan: It would be pretty easy to implement it in sfPHPUnitPlugin. > > We would need to extend our container class to accept more arguments > > (right now just the basic options are available but like i said we > > could extend it without a problem) I was in our plan in further > > version to accept all arguments of phpunit CLI from codecoverage to > > DBUnit. > > nice. i remember i had to code an ugly hack in order to get the xml > reports i wanted last time i used it ;) > > > I had a talk with martin today and we would like to release > > the plugin (alpha version) by the end of next week for both symfony > > 1.0 and 1.1 > > great news :) > > ++ > tristan > > -- > Tristan Rivoallanhttp://www.clever-age.com > Clever Age - conseil en architecture technique > GSM: +33 6 219 219 33 Tél: +33 1 53 34 66 10 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
