adding some basic auth tests.

This commit is contained in:
Taylor Otwell
2012-01-18 11:03:02 -06:00
parent 19f8430ce2
commit f4e1eaf29e
2 changed files with 72 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
<phpunit colors="true" bootstrap="phpunit.php">
<phpunit colors="true"
bootstrap="phpunit.php"
backupGlobals="false">
<testsuites>
<testsuite name="Test Suite">
<directory suffix=".test.php">tests/cases</directory>