Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Talk:PHPUnit: Difference between revisions

From MoodleDocs
Created page with "I actually needed to execute pear install -–alldeps pear.phpunit.de/PHPUnit and pear install -–alldeps phpunit/DbUnit"
 
Tony Levi (talk | contribs)
No edit summary
 
Line 6: Line 6:


   pear install -–alldeps phpunit/DbUnit
   pear install -–alldeps phpunit/DbUnit
+1 same for me - should be changed in article?
[[User:Tony Levi|Tony Levi]] 20:44, 17 October 2012 (WST)

Latest revision as of 12:44, 17 October 2012

I actually needed to execute

 pear install -–alldeps pear.phpunit.de/PHPUnit

and

 pear install -–alldeps phpunit/DbUnit


+1 same for me - should be changed in article? Tony Levi 20:44, 17 October 2012 (WST)