Skip to content

Commit

Permalink
Added refresh database when search tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 4, 2024
1 parent 102b60c commit 8353607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Feature/Platform/SearchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

namespace Orchid\Tests\Feature\Platform;

use Illuminate\Foundation\Testing\RefreshDatabase;
use Orchid\Tests\App\SearchUser;
use Orchid\Tests\TestFeatureCase;

class SearchTest extends TestFeatureCase
{
use RefreshDatabase;

public function testSearchCompactNotRecords(): void
{
$this
Expand Down

0 comments on commit 8353607

Please sign in to comment.