diff --git a/tests/Feature/EInvoice/FacturaeTest.php b/tests/Feature/EInvoice/FacturaeTest.php index 9f0f393e0398..3085d4221b18 100644 --- a/tests/Feature/EInvoice/FacturaeTest.php +++ b/tests/Feature/EInvoice/FacturaeTest.php @@ -9,7 +9,7 @@ * @license https://www.elastic.co/licensing/elastic-license */ -namespace Tests\Feature; +namespace Tests\Feature\EInvoice; use App\Services\Invoice\EInvoice\FacturaEInvoice; use Illuminate\Foundation\Testing\DatabaseTransactions; @@ -19,7 +19,6 @@ use Tests\TestCase; /** * @test - * @covers App\Http\Controllers\ActivityController */ class FacturaeTest extends TestCase { diff --git a/tests/Feature/EInvoice/FatturaPATest.php b/tests/Feature/EInvoice/FatturaPATest.php index 2c76c1ca510c..11e1ccdee0bb 100644 --- a/tests/Feature/EInvoice/FatturaPATest.php +++ b/tests/Feature/EInvoice/FatturaPATest.php @@ -9,7 +9,7 @@ * @license https://www.elastic.co/licensing/elastic-license */ -namespace Tests\Feature; +namespace Tests\Feature\EInvoice; use App\Services\Invoice\EInvoice\FatturaPA; use Illuminate\Foundation\Testing\DatabaseTransactions; diff --git a/tests/Feature/Export/ArDetailReportTest.php b/tests/Feature/Export/ArDetailReportTest.php index 8f523a52c551..0c196685290d 100644 --- a/tests/Feature/Export/ArDetailReportTest.php +++ b/tests/Feature/Export/ArDetailReportTest.php @@ -19,7 +19,6 @@ use App\Models\Company; use App\Models\Invoice; use App\Models\User; use App\Services\Report\ARDetailReport; -use App\Services\Report\UserSalesReport; use App\Utils\Traits\MakesHash; use Illuminate\Routing\Middleware\ThrottleRequests; use Tests\MockAccountData; @@ -28,7 +27,7 @@ use Tests\TestCase; /** * @test */ -class ARDetailReportTest extends TestCase +class ArDetailReportTest extends TestCase { use MakesHash; diff --git a/tests/Feature/Export/ArSummaryReportTest.php b/tests/Feature/Export/ArSummaryReportTest.php index bf797b643d29..dffde40f87a9 100644 --- a/tests/Feature/Export/ArSummaryReportTest.php +++ b/tests/Feature/Export/ArSummaryReportTest.php @@ -27,7 +27,7 @@ use Tests\TestCase; /** * @test */ -class ARSummaryReportTest extends TestCase +class ArSummaryReportTest extends TestCase { use MakesHash;