Example #1
0
 public function setUp()
 {
     parent::setUp();
     TestDummy::$factoriesPath = __DIR__ . '/support/factories';
     $this->setUpDatabase();
     $this->migrateTables();
 }