mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 13:39:48 +05:30
Removed resource tests, added util tests
This commit is contained in:
parent
d80b2935fc
commit
8a6823b78d
@ -2,10 +2,10 @@
|
|||||||
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="../tests/Bootstrap.php">
|
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="../tests/Bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<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">
|
<testsuite name="Utility Methods">
|
||||||
<directory suffix="test.php">../tests/resource</directory>
|
<directory suffix="Test.php">../tests/util</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<filter>
|
<filter>
|
||||||
@ -13,7 +13,9 @@
|
|||||||
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
||||||
<directory suffix=".php">PHP_LIBDIR</directory>
|
<directory suffix=".php">PHP_LIBDIR</directory>
|
||||||
<directory suffix=".php">../vendor/composer</directory>
|
<directory suffix=".php">../vendor/composer</directory>
|
||||||
|
<directory suffix=".php">../vendor/mockery</directory>
|
||||||
<directory suffix=".php">../tests</directory>
|
<directory suffix=".php">../tests</directory>
|
||||||
|
<directory suffix=".php">../testing</directory>
|
||||||
</blacklist>
|
</blacklist>
|
||||||
</filter>
|
</filter>
|
||||||
<logging>
|
<logging>
|
||||||
|
Loading…
Reference in New Issue
Block a user