Skip to content

Commit f2e5d78

Browse files
committed
:octocat: moved config directory
1 parent 9018156 commit f2e5d78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# project stuff
1414
.build/*
15-
config/.env
15+
.config/.env
1616
vendor/*
1717
tests/storage/*
1818
composer.lock

phpunit.xml.dist

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<php>
3737
<!-- whether the test runs on CI - set to false to allow tests to run in your local setup -->
3838
<const name="TEST_IS_CI" value="true"/>
39-
<!-- the config directory, where .env, cacert.pem and test oauth tokens reside, relative from project root -->
40-
<const name="TEST_CFGDIR" value="./config"/>
39+
<!-- the config directory, where the .env resides, relative from project root -->
40+
<const name="TEST_CFGDIR" value=".config"/>
4141
<!-- the filename of your .env file -->
42-
<const name="TEST_ENVFILE" value=".env_travis"/>
42+
<const name="TEST_ENVFILE" value=".env_example"/>
4343
</php>
4444
</phpunit>

0 commit comments

Comments
 (0)