Added auth test, cleaned up directory
This commit is contained in:
parent
a866a1a61b
commit
e45e1251e1
25 changed files with 134 additions and 15 deletions
|
@ -2,13 +2,13 @@
|
|||
<phpunit
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
|
||||
bootstrap="tests/Bootstrap.php"
|
||||
bootstrap="tests/bootstrap.php"
|
||||
colors="true"
|
||||
stderr="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Pickles Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<testsuite name="Pickles Test Harness">
|
||||
<directory>./tests/Pickles</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue