diff --git a/tests/_bootstrap.php b/tests/_bootstrap.php index 7d6d980c7..e070093ca 100644 --- a/tests/_bootstrap.php +++ b/tests/_bootstrap.php @@ -1,10 +1,10 @@ $loader ) ); -Fixtures::add('grav', $grav); \ No newline at end of file + + +$fake = Factory::create(); +Fixtures::add('grav', $grav); +Fixtures::add('fake', $fake); \ No newline at end of file