Skip to content

Commit 14d6f43

Browse files
committed
:octocat: path fix
1 parent c74f54f commit 14d6f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<directory>tests/Core</directory>
1313
</testsuite>
1414
<testsuite name="php-oauth-core token storage">
15-
<directory>tests/Core</directory>
15+
<directory>tests/Storage</directory>
1616
</testsuite>
1717
<testsuite name="php-oauth-providers unit tests">
1818
<directory>tests/Providers/Unit</directory>
@@ -45,7 +45,7 @@
4545
<!-- whether the test runs on CI - set to false to allow live API tests to run -->
4646
<const name="TEST_IS_CI" value="true"/>
4747
<!-- the config directory, where .env, cacert.pem and test oauth tokens reside, relative from project root -->
48-
<const name="TEST_CFGDIR" value="config"/>
48+
<const name="TEST_CFGDIR" value=".config"/>
4949
<!-- the filename of your .env file -->
5050
<const name="TEST_ENVFILE" value=".env_example"/>
5151
<!-- the http client factory for live api tests -->

0 commit comments

Comments
 (0)