Fixes for test namespaces

This commit is contained in:
David Bomba 2023-04-27 16:42:50 +10:00
parent 08d0f3655e
commit e881197fd5
4 changed files with 4 additions and 6 deletions

View File

@ -9,7 +9,7 @@
* @license https://www.elastic.co/licensing/elastic-license * @license https://www.elastic.co/licensing/elastic-license
*/ */
namespace Tests\Feature; namespace Tests\Feature\EInvoice;
use App\Services\Invoice\EInvoice\FacturaEInvoice; use App\Services\Invoice\EInvoice\FacturaEInvoice;
use Illuminate\Foundation\Testing\DatabaseTransactions; use Illuminate\Foundation\Testing\DatabaseTransactions;
@ -19,7 +19,6 @@ use Tests\TestCase;
/** /**
* @test * @test
* @covers App\Http\Controllers\ActivityController
*/ */
class FacturaeTest extends TestCase class FacturaeTest extends TestCase
{ {

View File

@ -9,7 +9,7 @@
* @license https://www.elastic.co/licensing/elastic-license * @license https://www.elastic.co/licensing/elastic-license
*/ */
namespace Tests\Feature; namespace Tests\Feature\EInvoice;
use App\Services\Invoice\EInvoice\FatturaPA; use App\Services\Invoice\EInvoice\FatturaPA;
use Illuminate\Foundation\Testing\DatabaseTransactions; use Illuminate\Foundation\Testing\DatabaseTransactions;

View File

@ -19,7 +19,6 @@ use App\Models\Company;
use App\Models\Invoice; use App\Models\Invoice;
use App\Models\User; use App\Models\User;
use App\Services\Report\ARDetailReport; use App\Services\Report\ARDetailReport;
use App\Services\Report\UserSalesReport;
use App\Utils\Traits\MakesHash; use App\Utils\Traits\MakesHash;
use Illuminate\Routing\Middleware\ThrottleRequests; use Illuminate\Routing\Middleware\ThrottleRequests;
use Tests\MockAccountData; use Tests\MockAccountData;
@ -28,7 +27,7 @@ use Tests\TestCase;
/** /**
* @test * @test
*/ */
class ARDetailReportTest extends TestCase class ArDetailReportTest extends TestCase
{ {
use MakesHash; use MakesHash;

View File

@ -27,7 +27,7 @@ use Tests\TestCase;
/** /**
* @test * @test
*/ */
class ARSummaryReportTest extends TestCase class ArSummaryReportTest extends TestCase
{ {
use MakesHash; use MakesHash;