Skip to content

Commit bc37c2d

Browse files
authored
Merge pull request #282 from UtrechtUniversity/main
synch dev/main
2 parents 96e740e + 78e2d86 commit bc37c2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Feature/DataPublicationFilterQueryServiceTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
use App\Models\Vocabulary;
66
use App\Services\DataPublicationFilterQueryService;
7+
use Illuminate\Foundation\Testing\RefreshDatabase;
78
use Illuminate\Support\Facades\Config;
89
use Tests\TestCase;
910

1011
class DataPublicationFilterQueryServiceTest extends TestCase
1112
{
13+
use RefreshDatabase;
1214
public function testQueryTerms()
1315
{
1416
Config::set('vocabularies.vocabularies_current_version', '1.0');

0 commit comments

Comments
 (0)