Skip to content

Instantly share code, notes, and snippets.

@kenjis
Created September 21, 2011 08:08
Show Gist options
  • Save kenjis/1231533 to your computer and use it in GitHub Desktop.
Save kenjis/1231533 to your computer and use it in GitHub Desktop.
PHPUnit for CodeIgniter Unit Testing class: http://d.hatena.ne.jp/Kenji_s/20110921/1316593782
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
stopOnFailure="false">
<php>
<server name="SERVER_NAME" value="http://example.com" />
</php>
<testsuites>
<testsuite name="CI Unit Testing Class Tests">
<file>./CI_Unit_Test.php</file>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment