mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
Update test things.
This commit is contained in:
@@ -59,6 +59,8 @@ class TransactionType extends Model
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @codeCoverageIgnore
|
||||||
|
*
|
||||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
||||||
*/
|
*/
|
||||||
public function transactionJournals()
|
public function transactionJournals()
|
||||||
|
|||||||
@@ -18,6 +18,14 @@
|
|||||||
<directory suffix=".php">app/</directory>
|
<directory suffix=".php">app/</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
|
<!--
|
||||||
|
Code coverage has never been slower.
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
<logging>
|
||||||
|
<log type="coverage-clover" target="./storage/build/clover.xml" charset="UTF-8" />
|
||||||
|
</logging>
|
||||||
|
-->
|
||||||
<php>
|
<php>
|
||||||
<env name="APP_ENV" value="testing"/>
|
<env name="APP_ENV" value="testing"/>
|
||||||
<env name="CACHE_DRIVER" value="array"/>
|
<env name="CACHE_DRIVER" value="array"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user