Autor wpisu: Wojciech Sznapka, dodany: 14.06.2011 23:35, tagi: php, symfony, symfony2
The most important thing you should provide with your re-usable bundles is unit tests set. Lately I solved two major cases which Symfony2 hasn’t got out of the box: testing services, defined in Dependency Injection Container and running model tests with fixtures in fully isolated environment. Testing services defined in DIC Since DIC in Symfony2 [...]