mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Add newlines.
This commit is contained in:
@@ -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
2
.gitignore
vendored
@@ -26,4 +26,4 @@ db.sqlite-journal
|
||||
tests/_output/*
|
||||
.env
|
||||
clover.xml
|
||||
node_modules/
|
||||
node_modules/
|
||||
|
@@ -2,4 +2,4 @@ suites:
|
||||
main:
|
||||
namespace: FireflyIII
|
||||
psr4_prefix: FireflyIII
|
||||
src_path: app
|
||||
src_path: app
|
||||
|
@@ -31,4 +31,4 @@
|
||||
<env name="SESSION_DRIVER" value="array"/>
|
||||
<env name="QUEUE_DRIVER" value="sync"/>
|
||||
</php>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
Reference in New Issue
Block a user