Created
August 7, 2014 02:26
-
-
Save memememomo/6dffe21ef13ccc5b201b to your computer and use it in GitHub Desktop.
oilを実行したPHPで、PHPUnitを実行する ref: http://qiita.com/uchiko/items/1f7bea53bd2b8130d6fa
This file contains hidden or 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
| ・oilの実行PHP | |
| /Users/Uchiko/.phpenv/versions/5.5.15/bin/php | |
| ・phpunitの実行PHP | |
| /usr/bin/php |
This file contains hidden or 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
| <?php | |
| return array( | |
| 'phpunit' => array( | |
| 'autoload_path' => 'PHPUnit/Autoload.php', | |
| 'binary_path' => PHP_BINARY . ' fuel/vendor/bin/phpunit', | |
| ), | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment