Skip to content

Instantly share code, notes, and snippets.

@ikuwow
Created April 6, 2014 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikuwow/10003407 to your computer and use it in GitHub Desktop.
Save ikuwow/10003407 to your computer and use it in GitHub Desktop.
CakePHPのためにPHPUnitを導入する一番簡単な方法 ref: http://qiita.com/ikuwow/items/b53cdaeb0132211ec272
CakePlugin::loadAll();
$ cd mycakephpapp/app
$ git submodule add https://github.com/dereuromark/cakephp-phpunit Plugin/Phpunit
$ Console/cake Phpunit.Phpunit install
(略)
Installing PHPUnit 3.7 ...
1. /app/Vendor/
2. /vendors/
Select VENDOR path to install into (q/1/2)
[q] > 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment