Skip to content

Instantly share code, notes, and snippets.

@domekichi
Created February 1, 2014 13:45
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 domekichi/8752548 to your computer and use it in GitHub Desktop.
Save domekichi/8752548 to your computer and use it in GitHub Desktop.
FuelPHPで、oil test したときに、「Uncaught exception Oil\Exception: PHPUnit does not appear to be installed.」と言われた時にすること ref: http://qiita.com/domekichi/items/92ab57c1ecbd4ae06b1e
$ oil test
Uncaught exception Oil\Exception: PHPUnit does not appear to be installed.
Please visit http://phpunit.de and install.
Callstack:
#0 /Users/toku/MyDevelop/fuelphp/scheduler/oil(57): Oil\Command::init(Array)
#1 {main}
sudo port install php55-unit
"require": {
"php": ">=5.3.3",
"monolog/monolog": "1.5.*",
"fuelphp/upload": "2.0.1",
"phpunit/phpunit": "3.7.*"
},
php comporser.phar update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment