/** * Setup the test environment. */ public function setUp() { parent::setUp(); $this->withFactories(__DIR__ . '/factories'); factory(Model\Category::class, 50)->create(); $this->categories = Model\Category::all()->toArray(); }