Skip to content

Commit 2a036ae

Browse files
author
emreakay
committed
- traits fixed
- phpunit and pest fixed
1 parent f0d4fa9 commit 2a036ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ protected function getPackageProviders($app)
2626

2727
public function getEnvironmentSetUp($app)
2828
{
29-
//config()->set('database.default', 'testing');
30-
config()->set('database.default', 'mysql');
29+
config()->set('database.default', 'testing');
30+
// config()->set('database.default', 'mysql');
3131

3232
/*
3333
$migration = include __DIR__.'/../database/migrations/create_aissue_table.php.stub';

0 commit comments

Comments
 (0)