Created
April 6, 2014 09:08
-
-
Save ikuwow/10003407 to your computer and use it in GitHub Desktop.
CakePHPのためにPHPUnitを導入する一番簡単な方法 ref: http://qiita.com/ikuwow/items/b53cdaeb0132211ec272
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CakePlugin::loadAll(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd mycakephpapp/app | |
$ git submodule add https://github.com/dereuromark/cakephp-phpunit Plugin/Phpunit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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