New lines at end of file [skip ci]

This commit is contained in:
James Cole
2015-01-02 06:16:49 +01:00
parent 24bdc319dd
commit 5c35fee0c2
213 changed files with 213 additions and 213 deletions

View File

@@ -37,4 +37,4 @@ class AccountTest extends TestCase
$this->assertInstanceOf('User', $account->user);
}
}
}

View File

@@ -24,4 +24,4 @@ class AccountTypeTest extends TestCase
$this->assertCount(1, $account->accountType()->first()->accounts()->get());
}
}
}

View File

@@ -23,4 +23,4 @@ class BudgetTest extends TestCase
$this->assertInstanceOf('User', $budget->user);
}
}
}

View File

@@ -26,4 +26,4 @@ class PiggyBankRepetitionTest extends TestCase
$this->assertCount(1, PiggyBankRepetition::starts($start)->get());
$this->assertCount(1, PiggyBankRepetition::targets($target)->get());
}
}
}

View File

@@ -24,4 +24,4 @@ class PiggyBankTest extends TestCase
$piggyBank->reminders()->save($reminder);
$this->assertCount(1, $piggyBank->reminders()->get());
}
}
}

View File

@@ -35,4 +35,4 @@ class ReminderTest extends TestCase
$this->assertEquals($reminder->user->id, $user->id);
}
}
}

View File

@@ -22,4 +22,4 @@ class TransactionGroupTest extends TestCase
$group = f::create('TransactionGroup');
$this->assertEquals($group->user_id, $group->user->id);
}
}
}

View File

@@ -30,4 +30,4 @@ class TransactionJournalTest extends TestCase
$this->assertCount(1, TransactionJournal::moreThan($amount)->get());
}
}
}

View File

@@ -64,4 +64,4 @@ class TransactionTest extends TestCase
$type = $transaction->transactionJournal->transactionType->type;
$this->assertCount(1, Transaction::transactionTypes([$type])->get());
}
}
}

View File

@@ -27,4 +27,4 @@ class TransactionTypeTest extends TestCase
}
}
}

View File

@@ -31,4 +31,4 @@ class UserTest extends TestCase
$this->assertEquals($reminder->user_id, $reminder->user->id);
}
}
}