Skip to content

Commit

Permalink
Upgrade in overall socket functionalities.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Aug 27, 2023
1 parent b41908d commit 42c85f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
<directory>tests/Unit</directory>
</testsuite>
</testsuites>
<php>
<env name="DB_CONNECTION" value="testing"/>
</php>
</phpunit>
3 changes: 3 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use DirectoryIterator;
use Exception;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\Process;
use JackedPhp\JackedServer\Services\Server;
Expand All @@ -13,6 +14,8 @@

class TestCase extends BaseTestCase
{
use RefreshDatabase;

protected $loadEnvironmentVariables = false;

public string $laravelPath;
Expand Down

0 comments on commit 42c85f7

Please sign in to comment.