mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add newlines.
This commit is contained in:
parent
a97c267378
commit
f254674f88
@ -1,3 +1,3 @@
|
|||||||
src_dir: .
|
src_dir: .
|
||||||
coverage_clover: storage/coverage/clover.xml
|
coverage_clover: storage/coverage/clover.xml
|
||||||
json_path: storage/coverage/coveralls-upload.json
|
json_path: storage/coverage/coveralls-upload.json
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,4 +26,4 @@ db.sqlite-journal
|
|||||||
tests/_output/*
|
tests/_output/*
|
||||||
.env
|
.env
|
||||||
clover.xml
|
clover.xml
|
||||||
node_modules/
|
node_modules/
|
||||||
|
@ -2,4 +2,4 @@ suites:
|
|||||||
main:
|
main:
|
||||||
namespace: FireflyIII
|
namespace: FireflyIII
|
||||||
psr4_prefix: FireflyIII
|
psr4_prefix: FireflyIII
|
||||||
src_path: app
|
src_path: app
|
||||||
|
@ -31,4 +31,4 @@
|
|||||||
<env name="SESSION_DRIVER" value="array"/>
|
<env name="SESSION_DRIVER" value="array"/>
|
||||||
<env name="QUEUE_DRIVER" value="sync"/>
|
<env name="QUEUE_DRIVER" value="sync"/>
|
||||||
</php>
|
</php>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
Reference in New Issue
Block a user