Closed steffkes closed 9 years ago
hopefully it's okay with you @rdohms to combine those two commits in one PR but i felt those are the same topic and therefore it's okay :)
bb9407 is about the path to api_key.ini which isn't correct anymore after moving the file itself one level down w/o adjusting the path.
bb9407
api_key.ini
9a5f1e is about infrastructure in general, phpunit will pick up the .dist file first - if it exists, as per manual
9a5f1e
phpunit
.dist
whoops, forgot one thing .. added phpunit.xml to .gitignore as it's meant to contain local changes reflecting local requirements and therefore shouldn't be in the repository at all.
phpunit.xml
.gitignore
Thanks for this! :+1:
hopefully it's okay with you @rdohms to combine those two commits in one PR but i felt those are the same topic and therefore it's okay :)
bb9407
is about the path toapi_key.ini
which isn't correct anymore after moving the file itself one level down w/o adjusting the path.9a5f1e
is about infrastructure in general,phpunit
will pick up the.dist
file first - if it exists, as per manual