Test Driven Development in Symfony2 - PHPUnit - Part 1

preview_player
Показать описание
In this video we look at how PHPUnit can be used out of the box with Symfony2. We cover the settings of phpunit, how to run it, what to expect with the default output, and how to start adding tests of our own. Also, data providers - because they are awesome.
Рекомендации по теме
Комментарии
Автор

Hi Chris, thanks a lot for these video tutorials and thanks again for getting back on the tutorials after a break. Good luck with your new company... :)

Just a quick request, please can you do a tutorial on ACL on symfony if you have a chance, as it looks very hard on symfony's website and I really like the way you explain things...

Thanks again for such wonderful tutorials... It has given me a lot of hope to learn symfony....

sathishnec
Автор

When installing PHPUnit from Composer, check the "bin" folder on the root of your project. Composer creates a symlink in there pointing to the actual exec file.

feldinho
Автор

Thanks for the Video Chris. When are the new ones coming out ? Regards

patrickb