> I am also for anything that makes the > creation and packaging of plugins easier.
I absolutely agree. You should look at sfTaskExtraPlugin which features tasks named "generate:plugin" and "generate:plugin-module". They are pretty useful, the first even creates a fixture project for running functional tests in your plugin. IMO these tasks belong into the core though. Bernhard On Mon, Nov 10, 2008 at 3:40 AM, Jonathan Wage <[EMAIL PROTECTED]> wrote: > I think this is fantastic. Currently I've always felt that testing plugins > in symfony is not very obvious. Anything that makes testing plugins easier > and more out of the box I am all for. I am also for anything that makes the > creation and packaging of plugins easier. > > ++ > > - Jon > > On Sat, Nov 8, 2008 at 3:33 PM, Bernhard Schussek <[EMAIL PROTECTED]> > wrote: >> >> Hi everyone, >> >> "Create a ticket, write a patch, write the documentation" >> >> So Klemens and I used the plugin developers day to implement and >> document a new functionality which we hope will be included in the >> core soon! >> >> Basically, this extension allows testing plugins in a project with >> tasks such as "symfony test:all". This is especially useful if you are >> used to separating your application into custom plugins. >> >> The complete documentation can be found in the wiki: >> http://trac.symfony-project.org/wiki/PluginTesting >> >> The patch for the symfony core, which implements this functionality, >> can be found attached to the ticket: >> http://trac.symfony-project.org/ticket/4873 >> >> Feedback is welcome! >> >> >> Bernhard >> >> > > > > -- > Jonathan H. Wage > Open Source Software Developer & Evangelist > http://www.jwage.com > http://www.doctrine-project.org > http://www.symfony-project.org > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
