Add newlines to files [skip ci]

This commit is contained in:
James Cole
2018-03-04 15:14:29 +01:00
parent 7d66c90beb
commit 39c8b79ebb
56 changed files with 56 additions and 56 deletions

View File

@@ -393,4 +393,4 @@ class AccountFactoryTest extends TestCase
$this->assertEquals($account->id, $existing->id);
}
}
}

View File

@@ -165,4 +165,4 @@ class BillFactoryTest extends TestCase
$this->assertNull($factory->find(null, null));
}
}
}

View File

@@ -94,4 +94,4 @@ class BudgetFactoryTest extends TestCase
$this->assertNull($factory->find(null, 'I dont exist.' . rand(1, 000)));
}
}
}

View File

@@ -100,4 +100,4 @@ class CategoryFactoryTest extends TestCase
$this->assertNull($factory->findOrCreate(null, null));
}
}
}

View File

@@ -132,4 +132,4 @@ class PiggyBankEventFactoryTest extends TestCase
}
}
}

View File

@@ -93,4 +93,4 @@ class PiggyBankFactoryTest extends TestCase
$factory->setUser($this->user());
$this->assertNull($factory->find(null, 'I dont exist.' . rand(1, 000)));
}
}
}

View File

@@ -60,4 +60,4 @@ class TagFactoryTest extends TestCase
$this->assertEquals($tag, $result->tag);
}
}
}

View File

@@ -79,4 +79,4 @@ class TransactionCurrencyFactoryTest extends TestCase
$this->assertNull($factory->find(null, null));
}
}
}

View File

@@ -820,4 +820,4 @@ class TransactionFactoryTest extends TestCase
$this->assertNull($first->foreign_currency_id);
}
}
}

View File

@@ -174,4 +174,4 @@ class TransactionJournalFactoryTest extends TestCase
}
}
}

View File

@@ -102,4 +102,4 @@ class TransactionJournalMetaFactoryTest extends TestCase
}
}
}