public function setUp()
 {
     parent::setUp();
     $this->root = vfsStream::setup();
 }
Example #2
0
 public function setUp()
 {
     parent::setUp();
     $this->artisan('migrate', ['--database' => 'testbench', '--realpath' => __DIR__ . '/../../../database/migrations']);
 }