Skip to content

Commit 702b880

Browse files
committed
Fix failing tests
1 parent 93a210b commit 702b880

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/specs/issue_fix/162_bug_dollarref_with_x_faker/app/models/OrderFaker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public static function dependentOn()
4343
{
4444
return [
4545
// just model class names
46-
'Invoice',
4746

4847
];
4948
}

tests/specs/menu/models/MenuFaker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public static function dependentOn()
4646
{
4747
return [
4848
// just model class names
49-
'Menu',
5049

5150
];
5251
}

0 commit comments

Comments
 (0)