Skip to content

Commit

Permalink
Update TestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Sep 20, 2024
1 parent b129969 commit a8c13aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Milwad\LaravelCrod\Tests;

use Illuminate\Support\Facades\File;
use Illuminate\Encryption\Encrypter;
use Illuminate\Support\Facades\File;
use Milwad\LaravelCrod\LaravelCrodServiceProvider;

class TestCase extends \Orchestra\Testbench\TestCase
Expand Down Expand Up @@ -34,12 +34,12 @@ protected function setUp(): void
File::deleteDirectory(base_path('App\Services'));
File::deleteDirectory(base_path('Database\Factories'));
}
/*
* Define environment setup.
*
* @param \Illuminate\Foundation\Application $app
*/

/*
* Define environment setup.
*
* @param \Illuminate\Foundation\Application $app
*/
protected function getEnvironmentSetUp($app)
{
// Set default database to use sqlite :memory:
Expand Down

0 comments on commit a8c13aa

Please sign in to comment.