Added resource server tests

This commit is contained in:
Alex Bilbie 2013-02-05 15:55:48 +00:00
parent e903cbee68
commit daa352d126

View File

@ -4,6 +4,9 @@
<testsuite name="Authentication Server"> <testsuite name="Authentication Server">
<directory suffix="Test.php">../tests/authentication</directory> <directory suffix="Test.php">../tests/authentication</directory>
</testsuite> </testsuite>
<testsuite name="Resource Server">
<directory suffix="Test.php">../tests/resource</directory>
</testsuite>
<testsuite name="Utility Methods"> <testsuite name="Utility Methods">
<directory suffix="Test.php">../tests/util</directory> <directory suffix="Test.php">../tests/util</directory>
</testsuite> </testsuite>