From dbc18c31f9a9d20f9400977b5e33ea6cbcb1be7a Mon Sep 17 00:00:00 2001 From: Rastislav Chynoransky Date: Fri, 13 Dec 2024 15:28:38 +0700 Subject: [PATCH] [import] Run tests without indexing --- tests/Importers/GmuRnlImporterTest.php | 3 ++- tests/Importers/OglImporterTest.php | 3 ++- tests/Importers/PnpImporterTest.php | 3 ++- tests/Importers/PnpKarasekImporterTest.php | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/Importers/GmuRnlImporterTest.php b/tests/Importers/GmuRnlImporterTest.php index 35861ea86..083f703da 100644 --- a/tests/Importers/GmuRnlImporterTest.php +++ b/tests/Importers/GmuRnlImporterTest.php @@ -9,10 +9,11 @@ use Illuminate\Contracts\Translation\Translator; use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; +use Tests\WithoutSearchIndexing; class GmuRnlImporterTest extends TestCase { - use RefreshDatabase; + use RefreshDatabase, WithoutSearchIndexing; public function testImport() { diff --git a/tests/Importers/OglImporterTest.php b/tests/Importers/OglImporterTest.php index e56e11158..b13e0ec4a 100644 --- a/tests/Importers/OglImporterTest.php +++ b/tests/Importers/OglImporterTest.php @@ -9,10 +9,11 @@ use Illuminate\Contracts\Translation\Translator; use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; +use Tests\WithoutSearchIndexing; class OglImporterTest extends TestCase { - use RefreshDatabase; + use RefreshDatabase, WithoutSearchIndexing; public function testId() { diff --git a/tests/Importers/PnpImporterTest.php b/tests/Importers/PnpImporterTest.php index 816785936..97f178172 100644 --- a/tests/Importers/PnpImporterTest.php +++ b/tests/Importers/PnpImporterTest.php @@ -9,10 +9,11 @@ use Illuminate\Contracts\Translation\Translator; use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; +use Tests\WithoutSearchIndexing; class PnpImporterTest extends TestCase { - use RefreshDatabase; + use RefreshDatabase, WithoutSearchIndexing; public function testId() { diff --git a/tests/Importers/PnpKarasekImporterTest.php b/tests/Importers/PnpKarasekImporterTest.php index 4dbc43bfc..25aa98542 100644 --- a/tests/Importers/PnpKarasekImporterTest.php +++ b/tests/Importers/PnpKarasekImporterTest.php @@ -9,10 +9,11 @@ use Illuminate\Contracts\Translation\Translator; use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; +use Tests\WithoutSearchIndexing; class PnpKarasekImporterTest extends TestCase { - use RefreshDatabase; + use RefreshDatabase, WithoutSearchIndexing; public function testId() {