Various updates in test data and test configuration.

This commit is contained in:
James Cole 2016-01-22 20:47:48 +01:00
parent 53f7f13362
commit e1cf285272
3 changed files with 7 additions and 2 deletions

View File

@ -54,7 +54,7 @@ return [
|
*/
'from' => ['address' => env('MAIL_USERNAME', null), 'name' => 'Firefly III Mailer'],
'from' => ['address' => env('MAIL_FROM', null), 'name' => 'Firefly III Mailer'],
/*
|--------------------------------------------------------------------------

View File

@ -61,7 +61,8 @@ class TestDataSeeder extends Seeder
private function createAssetAccounts(User $user)
{
$assets = ['TestData Checking Account', 'TestData Savings', 'TestData Shared', 'TestData Creditcard', 'Emergencies', 'STE'];
$ibans = ['NL47JDYU6179706202', 'NL51WGBP5832453599', 'NL81RCQZ7160379858', 'NL19NRAP2367994221', 'NL40UKBK3619908726', 'NL38SRMN4325934708'];
// first two ibans match test-upload.csv
$ibans = ['NL11XOLA6707795988', 'NL96DZCO4665940223', 'NL81RCQZ7160379858', 'NL19NRAP2367994221', 'NL40UKBK3619908726', 'NL38SRMN4325934708'];
$assetMeta = [
['accountRole' => 'defaultAsset'],
['accountRole' => 'savingAsset',],

View File

@ -25,6 +25,10 @@
<whitelist>
<directory suffix=".php">app/</directory>
</whitelist>
<blacklist>
<directory>vendor/</directory>
<!-- and other directories, -->
</blacklist>
</filter>
<!--
Code coverage has never been slower.