Skip to content

Commit

Permalink
Refactor db cache store integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevor committed Nov 12, 2023
1 parent 8935755 commit cf305f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Illuminate\Foundation\Testing\Concerns\InteractsWithCacheTable;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use Illuminate\Tests\Integration\Database\MySql\MySqlTestCase;
use Illuminate\Tests\Integration\Database\DatabaseTestCase;

class MysqlCacheStoreTest extends MySqlTestCase
class DatabaseCacheStoreTest extends DatabaseTestCase
{
use InteractsWithCacheTable;

Expand Down
60 changes: 0 additions & 60 deletions tests/Integration/Cache/Database/PostgresCacheStoreTest .php

This file was deleted.

60 changes: 0 additions & 60 deletions tests/Integration/Cache/Database/SqlServerCacheStoreTest.php

This file was deleted.

0 comments on commit cf305f7

Please sign in to comment.