mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
New lines at end of file [skip ci]
This commit is contained in:
@@ -37,4 +37,4 @@ class AccountTest extends TestCase
|
||||
$this->assertInstanceOf('User', $account->user);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -24,4 +24,4 @@ class AccountTypeTest extends TestCase
|
||||
$this->assertCount(1, $account->accountType()->first()->accounts()->get());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -23,4 +23,4 @@ class BudgetTest extends TestCase
|
||||
$this->assertInstanceOf('User', $budget->user);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -26,4 +26,4 @@ class PiggyBankRepetitionTest extends TestCase
|
||||
$this->assertCount(1, PiggyBankRepetition::starts($start)->get());
|
||||
$this->assertCount(1, PiggyBankRepetition::targets($target)->get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -24,4 +24,4 @@ class PiggyBankTest extends TestCase
|
||||
$piggyBank->reminders()->save($reminder);
|
||||
$this->assertCount(1, $piggyBank->reminders()->get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ class ReminderTest extends TestCase
|
||||
|
||||
$this->assertEquals($reminder->user->id, $user->id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -22,4 +22,4 @@ class TransactionGroupTest extends TestCase
|
||||
$group = f::create('TransactionGroup');
|
||||
$this->assertEquals($group->user_id, $group->user->id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -30,4 +30,4 @@ class TransactionJournalTest extends TestCase
|
||||
|
||||
$this->assertCount(1, TransactionJournal::moreThan($amount)->get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -64,4 +64,4 @@ class TransactionTest extends TestCase
|
||||
$type = $transaction->transactionJournal->transactionType->type;
|
||||
$this->assertCount(1, Transaction::transactionTypes([$type])->get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -27,4 +27,4 @@ class TransactionTypeTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -31,4 +31,4 @@ class UserTest extends TestCase
|
||||
$this->assertEquals($reminder->user_id, $reminder->user->id);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user