Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created August 7, 2014 02:26
Show Gist options
  • Select an option

  • Save memememomo/6dffe21ef13ccc5b201b to your computer and use it in GitHub Desktop.

Select an option

Save memememomo/6dffe21ef13ccc5b201b to your computer and use it in GitHub Desktop.
oilを実行したPHPで、PHPUnitを実行する ref: http://qiita.com/uchiko/items/1f7bea53bd2b8130d6fa
・oilの実行PHP
/Users/Uchiko/.phpenv/versions/5.5.15/bin/php
・phpunitの実行PHP
/usr/bin/php
<?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