PHPUnit から CodeIgniter のユニットテストを実行する方法です。CIUnit は使っていません。 PHPUnit のインストール $ sudo pear channel-discover pear.phpunit.de $ sudo pear channel-discover components.ez.no $ sudo pear channel-discover pear.symfony-project.com $ sudo pear install phpunit/PHPUnit CodeIgniter のユニットテストを実行するテストケースの作成 まず、autoloader を作成します。 tests/autoload.php https://gist.github.com/1231528 <?php define('BASEPATH', dirname(__FI