Skip to content

Commit b0804cb

Browse files
authored
Update TestCase.php
1 parent 53c6746 commit b0804cb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/TestCase.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ protected function setUp(): void
3030
return 'Soap\\WorkflowStorage\\Database\\Factories\\'.class_basename($modelName).'Factory';
3131

3232
});
33-
//$this->artisan('vendor:publish --tag="workflow-storage-migrations"');
3433
$this->loadMigrationsFrom(__DIR__.'/../database/migrations'); // load the package migrations
3534
}
3635

@@ -43,20 +42,6 @@ protected function getPackageProviders($app)
4342

4443
public function getEnvironmentSetUp($app)
4544
{
46-
dd($app->environment());
47-
/*
48-
$workflowTableMigration = require __DIR__.'/../database/migrations/create_workflows_table.php';
49-
$workflowTableMigration->up();
50-
51-
$stateTableMigration = require __DIR__.'/../database/migrations/create_workflow_states_table.php';
52-
$stateTableMigration->up();
53-
54-
$transitionTableMigration = require __DIR__.'/../database/migrations/create_workflow_transitions_table.php';
55-
$transitionTableMigration->up();
56-
57-
$stateTransitionTableMigration = require __DIR__.'/../database/migrations/create_workflow_state_transitions_table.php';
58-
$stateTransitionTableMigration->up();
59-
*/
6045
}
6146

6247
/**

0 commit comments

Comments
 (0)