Skip to content

Commit 53c6746

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ protected function getPackageProviders($app)
4343

4444
public function getEnvironmentSetUp($app)
4545
{
46+
dd($app->environment());
4647
/*
4748
$workflowTableMigration = require __DIR__.'/../database/migrations/create_workflows_table.php';
4849
$workflowTableMigration->up();

0 commit comments

Comments
 (0)