PHPUnit-Cake2 icon indicating copy to clipboard operation
PHPUnit-Cake2 copied to clipboard

PHPUnit files needed to run PHPUnit as standalone in Cake 2.0

Results 3 PHPUnit-Cake2 issues
Sort by recently updated
recently updated
newest added

``` cake Phpunit.Phpunit App : app Path: /Users/cletsimon/Sites/test_app/app/ --------------------------------------------------------------- Hi There. To install PHPUnit, run `Phpunit.Phpunit install [version]` Possible versions: Warning Error: file_get_contents(http://pear.phpunit.de/feed.xml): failed to open stream: HTTP request failed!...

Currently trying to set up Phpunit so I can use it to test my application using cakephp. However after following your instructions and making sure I load the plugin in...

I have checked the CodeCoverage folder and it doesn't have any Autoload.php file. Let me know if I could manually find the files under "CodeCoverage" folder somewhere so that I...