Add newlines.

This commit is contained in:
James Cole 2015-03-29 08:21:33 +02:00
parent a97c267378
commit f254674f88
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
src_dir: .
coverage_clover: storage/coverage/clover.xml
json_path: storage/coverage/coveralls-upload.json
json_path: storage/coverage/coveralls-upload.json

2
.gitignore vendored
View File

@ -26,4 +26,4 @@ db.sqlite-journal
tests/_output/*
.env
clover.xml
node_modules/
node_modules/

View File

@ -2,4 +2,4 @@ suites:
main:
namespace: FireflyIII
psr4_prefix: FireflyIII
src_path: app
src_path: app

View File

@ -31,4 +31,4 @@
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
</php>
</phpunit>
</phpunit>