From 1951722fdb1748174471b06d45b37dcaecb214f4 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Wed, 6 Jan 2016 17:30:53 +0100 Subject: [PATCH] Add Faker to Fixtures --- tests/_bootstrap.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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