mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Updated factory muffin. This breaks everything. Let's skip Travis until we've fixed it. [skip ci]
This commit is contained in:
11
app/tests/factories/Category.php
Normal file
11
app/tests/factories/Category.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
use League\FactoryMuffin\Facade;
|
||||
|
||||
Facade::define(
|
||||
'Budget',
|
||||
[
|
||||
'name' => 'word',
|
||||
'user_id' => 'factory|User',
|
||||
'class' => 'Category'
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user