mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Remove annotations from tests
This commit is contained in:
parent
56cbc3f58b
commit
1a438ecd64
@ -17,7 +17,7 @@ use Tests\MockUnitData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ClassificationTest extends TestCase
|
||||
{
|
||||
|
@ -19,10 +19,6 @@ use Illuminate\Support\Facades\Session;
|
||||
use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\InvoiceController
|
||||
*/
|
||||
class ClientDeletedInvoiceCreationTest extends TestCase
|
||||
{
|
||||
use MakesHash;
|
||||
|
@ -20,10 +20,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ClientGatewayTokenController
|
||||
*/
|
||||
|
||||
class ClientGatewayTokenApiTest extends TestCase
|
||||
{
|
||||
use MakesHash;
|
||||
|
@ -18,10 +18,6 @@ use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Models\Client
|
||||
*/
|
||||
class ClientModelTest extends TestCase
|
||||
{
|
||||
use MockAccountData;
|
||||
|
@ -16,8 +16,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Models\Presenters\ClientPresenter
|
||||
*
|
||||
* App\Models\Presenters\ClientPresenter
|
||||
*/
|
||||
class ClientPresenterTest extends TestCase
|
||||
{
|
||||
|
@ -37,8 +37,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ClientController
|
||||
*
|
||||
* App\Http\Controllers\ClientController
|
||||
*/
|
||||
class ClientTest extends TestCase
|
||||
{
|
||||
@ -405,7 +405,7 @@ class ClientTest extends TestCase
|
||||
}
|
||||
|
||||
/*
|
||||
* @covers ClientController
|
||||
* ClientController
|
||||
*/
|
||||
public function testClientRestEndPoints()
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Models\CompanyGateway
|
||||
*
|
||||
* App\Models\CompanyGateway
|
||||
*/
|
||||
class CompanyGatewayApiTest extends TestCase
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class CompanyGatewayResolutionTest extends TestCase
|
||||
{
|
||||
@ -105,7 +105,7 @@ class CompanyGatewayResolutionTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \App\Models\CompanyGateway::calcGatewayFee()
|
||||
* \App\Models\CompanyGateway::calcGatewayFee()
|
||||
*/
|
||||
public function testGatewayResolution()
|
||||
{
|
||||
@ -114,7 +114,7 @@ class CompanyGatewayResolutionTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \App|Models\Client::validGatewayForAmount()
|
||||
* \App|Models\Client::validGatewayForAmount()
|
||||
*/
|
||||
public function testValidationForGatewayAmount()
|
||||
{
|
||||
|
@ -21,8 +21,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Models\CompanyGateway
|
||||
*
|
||||
* App\Models\CompanyGateway
|
||||
*/
|
||||
class CompanyGatewayTest extends TestCase
|
||||
{
|
||||
|
@ -22,8 +22,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Utils\Traits\CompanySettingsSaver
|
||||
*
|
||||
* App\Utils\Traits\CompanySettingsSaver
|
||||
*/
|
||||
class CompanySettingsTest extends TestCase
|
||||
{
|
||||
|
@ -26,8 +26,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\CompanyController
|
||||
*
|
||||
* App\Http\Controllers\CompanyController
|
||||
*/
|
||||
class CompanyTest extends TestCase
|
||||
{
|
||||
|
@ -22,8 +22,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\TokenController
|
||||
*
|
||||
* App\Http\Controllers\TokenController
|
||||
*/
|
||||
class CompanyTokenApiTest extends TestCase
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class DeleteInvoiceTest extends TestCase
|
||||
{
|
||||
@ -302,7 +302,7 @@ class DeleteInvoiceTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers App\Services\Invoice\MarkInvoiceDeleted
|
||||
* App\Services\Invoice\MarkInvoiceDeleted
|
||||
*/
|
||||
public function testInvoiceDeletion()
|
||||
{
|
||||
@ -410,7 +410,7 @@ class DeleteInvoiceTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers App\Services\Invoice\HandleRestore
|
||||
* App\Services\Invoice\HandleRestore
|
||||
*/
|
||||
public function testInvoiceDeletionAndRestoration()
|
||||
{
|
||||
|
@ -21,8 +21,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\DesignController
|
||||
*
|
||||
* App\Http\Controllers\DesignController
|
||||
*/
|
||||
class DesignApiTest extends TestCase
|
||||
{
|
||||
|
@ -21,8 +21,8 @@ use Illuminate\Support\Facades\Session;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\DocumentController
|
||||
*
|
||||
* App\Http\Controllers\DocumentController
|
||||
*/
|
||||
class DocumentsApiTest extends TestCase
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class FacturaeTest extends TestCase
|
||||
{
|
||||
|
@ -29,7 +29,7 @@ use InvoiceNinja\EInvoice\Models\FatturaPA\FatturaElettronicaBodyType\FatturaEle
|
||||
use InvoiceNinja\EInvoice\Models\FatturaPA\FatturaElettronicaHeaderType\FatturaElettronicaHeader;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class FatturaPATest extends TestCase
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ use InvoiceNinja\EInvoice\Models\FatturaPA\FatturaElettronicaBodyType\FatturaEle
|
||||
use InvoiceNinja\EInvoice\Models\FatturaPA\FatturaElettronicaHeaderType\FatturaElettronicaHeader;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class PeppolTest extends TestCase
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class EntityPaidToDateTest extends TestCase
|
||||
{
|
||||
|
@ -23,8 +23,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ExpenseController
|
||||
*
|
||||
* App\Http\Controllers\ExpenseController
|
||||
*/
|
||||
class ExpenseApiTest extends TestCase
|
||||
{
|
||||
|
@ -19,8 +19,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ExpenseCategoryController
|
||||
*
|
||||
* App\Http\Controllers\ExpenseCategoryController
|
||||
*/
|
||||
class ExpenseCategoryApiTest extends TestCase
|
||||
{
|
||||
|
@ -25,7 +25,7 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ArDetailReportTest extends TestCase
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ArSummaryReportTest extends TestCase
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ClientBalanceReportTest extends TestCase
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ClientCsvTest extends TestCase
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ClientSalesReportTest extends TestCase
|
||||
{
|
||||
|
@ -18,7 +18,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ExportCompanyTest extends TestCase
|
||||
{
|
||||
|
@ -20,7 +20,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ExportCsvTest extends TestCase
|
||||
{
|
||||
|
@ -26,8 +26,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Services\Report\ProductSalesExport
|
||||
*
|
||||
* App\Services\Report\ProductSalesExport
|
||||
*/
|
||||
class ProductSalesReportTest extends TestCase
|
||||
{
|
||||
|
@ -28,8 +28,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Services\Report\ProfitLoss
|
||||
*
|
||||
* App\Services\Report\ProfitLoss
|
||||
*/
|
||||
class ProfitAndLossReportTest extends TestCase
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ReportApiTest extends TestCase
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ use League\Csv\Reader;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ReportCsvGenerationTest extends TestCase
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ReportPreviewTest extends TestCase
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class TaxSummaryReportTest extends TestCase
|
||||
{
|
||||
|
@ -26,7 +26,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class UserSalesReportTest extends TestCase
|
||||
{
|
||||
|
@ -17,8 +17,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\FilterController
|
||||
*
|
||||
* App\Http\Controllers\FilterController
|
||||
*/
|
||||
class FilterApiTest extends TestCase
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class GoCardlessInstantBankPaymentTest extends TestCase
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Transformer\BaseTransformer
|
||||
*
|
||||
* App\Import\Transformer\BaseTransformer
|
||||
*/
|
||||
class BaseTransformerTest extends TestCase
|
||||
{
|
||||
|
@ -25,8 +25,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Providers\Csv
|
||||
*
|
||||
* App\Import\Providers\Csv
|
||||
*/
|
||||
class CsvImportTest extends TestCase
|
||||
{
|
||||
|
@ -22,8 +22,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Providers\Csv
|
||||
*
|
||||
* App\Import\Providers\Csv
|
||||
*/
|
||||
class TaskImportTest extends TestCase
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Providers\Freshbooks
|
||||
*
|
||||
* App\Import\Providers\Freshbooks
|
||||
*/
|
||||
class FreshbooksTest extends TestCase
|
||||
{
|
||||
|
@ -53,7 +53,7 @@ use Illuminate\Support\Facades\Artisan;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class ImportCompanyTest extends TestCase
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Providers\Invoice2Go
|
||||
*
|
||||
* App\Import\Providers\Invoice2Go
|
||||
*/
|
||||
class Invoice2GoTest extends TestCase
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Providers\Invoicely
|
||||
*
|
||||
* App\Import\Providers\Invoicely
|
||||
*/
|
||||
class InvoicelyTest extends TestCase
|
||||
{
|
||||
|
@ -26,8 +26,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Providers\Wave
|
||||
*
|
||||
* App\Import\Providers\Wave
|
||||
*/
|
||||
class WaveTest extends TestCase
|
||||
{
|
||||
|
@ -25,8 +25,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Import\Providers\Zoho
|
||||
*
|
||||
* App\Import\Providers\Zoho
|
||||
*/
|
||||
class ZohoTest extends TestCase
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class InventoryManagementTest extends TestCase
|
||||
{
|
||||
|
@ -26,8 +26,8 @@ use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Models\InvoiceInvitation
|
||||
*
|
||||
* App\Models\InvoiceInvitation
|
||||
*/
|
||||
class InvitationTest extends TestCase
|
||||
{
|
||||
|
@ -20,7 +20,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class InvoiceAmountPaymentTest extends TestCase
|
||||
{
|
||||
|
@ -23,8 +23,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Jobs\Invoice\EmailInvoice
|
||||
*
|
||||
* App\Jobs\Invoice\EmailInvoice
|
||||
*/
|
||||
class InvoiceEmailTest extends TestCase
|
||||
{
|
||||
|
@ -19,7 +19,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class InvoiceLinkTasksTest extends TestCase
|
||||
{
|
||||
|
@ -28,8 +28,8 @@ use Illuminate\Support\Facades\Session;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\InvoiceController
|
||||
*
|
||||
* App\Http\Controllers\InvoiceController
|
||||
*/
|
||||
class InvoiceTest extends TestCase
|
||||
{
|
||||
|
@ -20,8 +20,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\PreviewController
|
||||
*
|
||||
* App\Http\Controllers\PreviewController
|
||||
*/
|
||||
class LiveDesignTest extends TestCase
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ use Illuminate\Support\Str;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class LoadTest extends TestCase
|
||||
{
|
||||
|
@ -22,8 +22,8 @@ use Illuminate\Validation\ValidationException;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\Auth\LoginController
|
||||
*
|
||||
* App\Http\Controllers\Auth\LoginController
|
||||
*/
|
||||
class LoginTest extends TestCase
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ActivityController
|
||||
*
|
||||
* App\Http\Controllers\ActivityController
|
||||
*/
|
||||
class MaxAmountTest extends TestCase
|
||||
{
|
||||
|
@ -21,8 +21,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\MigrationController
|
||||
*
|
||||
* App\Http\Controllers\MigrationController
|
||||
*/
|
||||
class MigrationTest extends TestCase
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class MultiPaymentDeleteTest extends TestCase
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class PlanTest extends TestCase
|
||||
{
|
||||
|
@ -25,8 +25,8 @@ use App\Utils\Traits\Notifications\UserNotifies;
|
||||
use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Utils\Traits\Notifications\UserNotifies
|
||||
*
|
||||
* App\Utils\Traits\Notifications\UserNotifies
|
||||
*/
|
||||
class NotificationTest extends TestCase
|
||||
{
|
||||
|
@ -22,7 +22,7 @@ use App\Factory\InvoiceItemFactory;
|
||||
use App\Helpers\Subscription\SubscriptionCalculator;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class PaymentLinkTest extends TestCase
|
||||
{
|
||||
|
@ -22,8 +22,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\PaymentTermController
|
||||
*
|
||||
* App\Http\Controllers\PaymentTermController
|
||||
*/
|
||||
class PaymentTermsApiTest extends TestCase
|
||||
{
|
||||
|
@ -33,8 +33,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\PaymentController
|
||||
*
|
||||
* App\Http\Controllers\PaymentController
|
||||
*/
|
||||
class PaymentTest extends TestCase
|
||||
{
|
||||
|
@ -27,8 +27,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\PaymentController
|
||||
*
|
||||
* App\Http\Controllers\PaymentController
|
||||
*/
|
||||
class PaymentV2Test extends TestCase
|
||||
{
|
||||
|
@ -28,7 +28,7 @@ use Tests\MockUnitData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class AutoUnappliedPaymentTest extends TestCase
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ use Tests\MockUnitData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class CreditPaymentTest extends TestCase
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ use Tests\MockUnitData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class DeletePaymentTest extends TestCase
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class StorePaymentValidationTest extends TestCase
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ use Tests\MockUnitData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class UnappliedPaymentDeleteTest extends TestCase
|
||||
{
|
||||
|
@ -20,7 +20,7 @@ use Tests\MockUnitData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class UnappliedPaymentRefundTest extends TestCase
|
||||
{
|
||||
|
@ -17,8 +17,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\PingController
|
||||
*
|
||||
* App\Http\Controllers\PingController
|
||||
*/
|
||||
class PingTest extends TestCase
|
||||
{
|
||||
|
@ -17,8 +17,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\PreviewController
|
||||
*
|
||||
* App\Http\Controllers\PreviewController
|
||||
*/
|
||||
class PreviewTest extends TestCase
|
||||
{
|
||||
|
@ -23,8 +23,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ProductController
|
||||
*
|
||||
* App\Http\Controllers\ProductController
|
||||
*/
|
||||
class ProductTest extends TestCase
|
||||
{
|
||||
|
@ -23,8 +23,8 @@ use Illuminate\Validation\ValidationException;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ProjectController
|
||||
*
|
||||
* App\Http\Controllers\ProjectController
|
||||
*/
|
||||
class ProjectApiTest extends TestCase
|
||||
{
|
||||
|
@ -31,8 +31,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Jobs\Util\QuoteReminderJob
|
||||
*
|
||||
* App\Jobs\Util\QuoteReminderJob
|
||||
*/
|
||||
class QuoteReminderTest extends TestCase
|
||||
{
|
||||
|
@ -26,8 +26,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\QuoteController
|
||||
*
|
||||
* App\Http\Controllers\QuoteController
|
||||
*/
|
||||
class QuoteTest extends TestCase
|
||||
{
|
||||
|
@ -23,8 +23,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\RecurringExpenseController
|
||||
*
|
||||
* App\Http\Controllers\RecurringExpenseController
|
||||
*/
|
||||
class RecurringExpenseApiTest extends TestCase
|
||||
{
|
||||
|
@ -33,8 +33,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\RecurringInvoiceController
|
||||
*
|
||||
* App\Http\Controllers\RecurringInvoiceController
|
||||
*/
|
||||
class RecurringInvoiceTest extends TestCase
|
||||
{
|
||||
|
@ -18,8 +18,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Jobs\Cron\RecurringInvoicesCron
|
||||
*
|
||||
* App\Jobs\Cron\RecurringInvoicesCron
|
||||
*/
|
||||
class RecurringInvoicesCronTest extends TestCase
|
||||
{
|
||||
|
@ -21,8 +21,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\RecurringQuoteController
|
||||
*
|
||||
* App\Http\Controllers\RecurringQuoteController
|
||||
*/
|
||||
class RecurringQuoteTest extends TestCase
|
||||
{
|
||||
|
@ -25,8 +25,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\RecurringQuoteController
|
||||
*
|
||||
* App\Http\Controllers\RecurringQuoteController
|
||||
*/
|
||||
class RecurringQuotesTest extends TestCase
|
||||
{
|
||||
|
@ -31,8 +31,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Utils\Traits\Payment\Refundable
|
||||
*
|
||||
* App\Utils\Traits\Payment\Refundable
|
||||
*/
|
||||
class RefundTest extends TestCase
|
||||
{
|
||||
|
@ -31,8 +31,8 @@ use Illuminate\Routing\Middleware\ThrottleRequests;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Jobs\Util\ReminderJob
|
||||
*
|
||||
* App\Jobs\Util\ReminderJob
|
||||
*/
|
||||
class ReminderTest extends TestCase
|
||||
{
|
||||
|
@ -27,8 +27,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Services\Invoice\HandleReversal
|
||||
*
|
||||
* App\Services\Invoice\HandleReversal
|
||||
*/
|
||||
class ReverseInvoiceTest extends TestCase
|
||||
{
|
||||
|
@ -20,8 +20,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Services\Scheduler\EmailRecord
|
||||
*
|
||||
* App\Services\Scheduler\EmailRecord
|
||||
*/
|
||||
class ScheduleEntityTest extends TestCase
|
||||
{
|
||||
|
@ -29,8 +29,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Services\Scheduler\SchedulerService
|
||||
*
|
||||
* App\Services\Scheduler\SchedulerService
|
||||
*/
|
||||
class SchedulerTest extends TestCase
|
||||
{
|
||||
|
@ -17,8 +17,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\ActivityController
|
||||
*
|
||||
* App\Http\Controllers\ActivityController
|
||||
*/
|
||||
class SearchApiTest extends TestCase
|
||||
{
|
||||
|
@ -20,8 +20,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\Shop\InvoiceController
|
||||
*
|
||||
* App\Http\Controllers\Shop\InvoiceController
|
||||
*/
|
||||
class ShopInvoiceTest extends TestCase
|
||||
{
|
||||
|
@ -31,8 +31,8 @@ use Illuminate\Validation\ValidationException;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\SubscriptionController
|
||||
*
|
||||
* App\Http\Controllers\SubscriptionController
|
||||
*/
|
||||
class SubscriptionApiTest extends TestCase
|
||||
{
|
||||
|
@ -18,8 +18,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\SystemLogController
|
||||
*
|
||||
* App\Http\Controllers\SystemLogController
|
||||
*/
|
||||
class SystemLogApiTest extends TestCase
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\TaskController
|
||||
*
|
||||
* App\Http\Controllers\TaskController
|
||||
*/
|
||||
class TaskApiTest extends TestCase
|
||||
{
|
||||
|
@ -20,8 +20,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\TaskStatusController
|
||||
*
|
||||
* App\Http\Controllers\TaskStatusController
|
||||
*/
|
||||
class TaskStatusApiTest extends TestCase
|
||||
{
|
||||
|
@ -21,8 +21,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\TaxRateController
|
||||
*
|
||||
* App\Http\Controllers\TaxRateController
|
||||
*/
|
||||
class TaxRateApiTest extends TestCase
|
||||
{
|
||||
|
@ -33,8 +33,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers
|
||||
*
|
||||
*
|
||||
*/
|
||||
class TemplateTest extends TestCase
|
||||
{
|
||||
|
@ -20,8 +20,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Jobs\Util\UpdateExchangeRates
|
||||
*
|
||||
* App\Jobs\Util\UpdateExchangeRates
|
||||
*/
|
||||
class UpdateExchangeRatesTest extends TestCase
|
||||
{
|
||||
|
@ -24,8 +24,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\PaymentController
|
||||
*
|
||||
* App\Http\Controllers\PaymentController
|
||||
*/
|
||||
class UpdatePaymentTest extends TestCase
|
||||
{
|
||||
|
@ -28,8 +28,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\UserController
|
||||
*
|
||||
* App\Http\Controllers\UserController
|
||||
*/
|
||||
class UserTest extends TestCase
|
||||
{
|
||||
|
@ -23,8 +23,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\VendorController
|
||||
*
|
||||
* App\Http\Controllers\VendorController
|
||||
*/
|
||||
class VendorApiTest extends TestCase
|
||||
{
|
||||
|
@ -19,8 +19,8 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @covers App\Http\Controllers\WebhookController
|
||||
*
|
||||
* App\Http\Controllers\WebhookController
|
||||
*/
|
||||
class WebhookAPITest extends TestCase
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ use Tests\MockAccountData;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
*/
|
||||
class CheckCacheTest extends TestCase
|
||||
{
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user