mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Ran model helper, added some new features.
This commit is contained in:
@@ -78,7 +78,7 @@ class ChartControllerTest extends TestCase
|
||||
{
|
||||
$account = f::create('Account');
|
||||
$type = f::create('AccountType');
|
||||
$type->description = 'Default account';
|
||||
$type->type = 'Default account';
|
||||
$type->save();
|
||||
$account->accounttype()->associate($type);
|
||||
$account->save();
|
||||
|
Reference in New Issue
Block a user