26
Applying best practices for PHPUnit testing symfony plugins
4 Comments · Posted by Christian in The right tool
By now I have been writing quite a bit about how to utilise PHPUnit when developing symfony plugins. But symfony is of course still bundled with lime so before starting right away every plugin needs to be prepared with small changes like adjusting the bootstrap.
And because all these little changes have to be repeated over and over again for every plugin you start they tend to get tedious.
But I’ve got an idea!
Well credit where credit is due: it was actually Stefan Koopmanschap (skoop) who initially gave me the idea of putting my findings and best practices into a plugin.
So what is to be expected?
Well so far I plan the following three features:
- A symfony task to change the default test bootstrap to work with PHPUnit
- A symfony task to create a best practice phpunit.xml.dist
- A symfony task to create skeleton test cases for classes in your project
Of course the plugin itself will be PHPUnit tested (eating my own dog food).
What would you like to see implemented? Feel free to comment on quora.
best practice · phpUnit · Plugin · plugins · symfony · Unit Tests


Pingback: Quora