Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Nov 13, 2023
1 parent ff07be4 commit e8e98e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.

This file was deleted.

15 changes: 2 additions & 13 deletions tests/Integration/Database/DatabaseCacheStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,13 @@

namespace Illuminate\Tests\Integration\Database;

use Illuminate\Foundation\Testing\Concerns\InteractsWithCacheTable;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use Orchestra\Testbench\Attributes\WithMigration;

#[WithMigration('cache')]
class DatabaseCacheStoreTest extends DatabaseTestCase
{
use InteractsWithCacheTable;

protected function defineDatabaseMigrationsAfterDatabaseRefreshed()
{
$this->createCacheTables();
}

protected function destroyDatabaseMigrations()
{
$this->dropCacheTables();
}

public function testValueCanStoreNewCache()
{
$store = $this->getStore();
Expand Down

0 comments on commit e8e98e3

Please sign in to comment.