well, as the title says, these articles give me the hint to install it.
install phpunit for symfony2.2 is so simple:
add
http://blog.loftdigital.com/running-phpunit-tests-in-eclipse-pdt
install eclipse make good
http://dev4theweb.blogspot.fr/2012/07/makegood-and-symfony2.html
this one make makegood works with symfony2
if you get something like this:
The MakeGood View notify now: PHPUnit_Framework_TestCase class is not available. Fix…
you need to add the phpunit folder in the include path(this is for windows), if in ubuntu, maybe see this:
http://www.stuermer-benjamin.de/v12_1/eclipse-4-2-with-php-android-and-unit-testing/
and the makegood official user guild is here:
http://piece-framework.com/projects/25/wiki/MakeGood_User_Guide_1_2_0
install phpunit for symfony2.2 is so simple:
add
"require-dev": { "phpunit/phpunit": "3.7.*" },in your composer.json in symfony2.2 project.
http://blog.loftdigital.com/running-phpunit-tests-in-eclipse-pdt
install eclipse make good
http://dev4theweb.blogspot.fr/2012/07/makegood-and-symfony2.html
this one make makegood works with symfony2
if you get something like this:
The MakeGood View notify now: PHPUnit_Framework_TestCase class is not available. Fix…
you need to add the phpunit folder in the include path(this is for windows), if in ubuntu, maybe see this:
http://www.stuermer-benjamin.de/v12_1/eclipse-4-2-with-php-android-and-unit-testing/
and the makegood official user guild is here:
http://piece-framework.com/projects/25/wiki/MakeGood_User_Guide_1_2_0
评论
发表评论