Remove code coverage ignore instructions

This commit is contained in:
James Cole
2023-02-12 07:15:06 +01:00
parent ef6af34af9
commit 927d607b1a
457 changed files with 741 additions and 741 deletions

View File

@@ -53,7 +53,7 @@ class CreateController extends Controller
/**
* CreateController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class DeleteController extends Controller
/**
* DeleteController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ class IndexController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -55,7 +55,7 @@ class ReconcileController extends Controller
/**
* ReconcileController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class ShowController extends Controller
/**
* ShowController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -42,7 +42,7 @@ class ConfigurationController extends Controller
/**
* ConfigurationController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -46,7 +46,7 @@ class HomeController extends Controller
/**
* ConfigurationController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class LinkController extends Controller
/**
* LinkController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class AttachmentController extends Controller
/**
* AttachmentController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -39,7 +39,7 @@ use Psr\Container\NotFoundExceptionInterface;
/**
* Class ForgotPasswordController
*
* @codeCoverageIgnore
*/
class ForgotPasswordController extends Controller
{
@@ -109,7 +109,7 @@ class ForgotPasswordController extends Controller
/**
* Show form for email recovery.
*
* @codeCoverageIgnore
*
* @return Factory|View
* @throws FireflyException

View File

@@ -50,7 +50,7 @@ use Psr\Container\NotFoundExceptionInterface;
* redirecting them to your home screen. The controller uses a trait
* to conveniently provide its functionality to your applications.
*
* @codeCoverageIgnore
*/
class LoginController extends Controller
{

View File

@@ -48,7 +48,7 @@ use Psr\Container\NotFoundExceptionInterface;
* validation and creation. By default this controller uses a trait to
* provide this functionality without requiring any additional code.
*
* @codeCoverageIgnore
*/
class RegisterController extends Controller
{

View File

@@ -44,7 +44,7 @@ use Psr\Container\NotFoundExceptionInterface;
* and uses a simple trait to include this behavior. You're free to
* explore this trait and override any methods you wish to tweak.
*
* @codeCoverageIgnore
*/
class ResetPasswordController extends Controller
{

View File

@@ -46,7 +46,7 @@ class CreateController extends Controller
/**
* BillController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class DeleteController extends Controller
/**
* BillController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class EditController extends Controller
/**
* BillController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -49,7 +49,7 @@ class IndexController extends Controller
/**
* BillController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -56,7 +56,7 @@ class ShowController extends Controller
/**
* BillController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class CreateController extends Controller
/**
* CreateController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -44,7 +44,7 @@ class DeleteController extends Controller
/**
* DeleteController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -46,7 +46,7 @@ class EditController extends Controller
/**
* EditController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -63,7 +63,7 @@ class IndexController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -56,7 +56,7 @@ class ShowController extends Controller
/**
* ShowController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class CreateController extends Controller
/**
* CategoryController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class DeleteController extends Controller
/**
* CategoryController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class EditController extends Controller
/**
* CategoryController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -46,7 +46,7 @@ class IndexController extends Controller
/**
* CategoryController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -52,7 +52,7 @@ class NoCategoryController extends Controller
/**
* CategoryController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class ShowController extends Controller
/**
* CategoryController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -62,7 +62,7 @@ class AccountController extends Controller
/**
* AccountController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class BillController extends Controller
/**
* BillController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -61,7 +61,7 @@ class BudgetController extends Controller
/**
* BudgetController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class BudgetReportController extends Controller
/**
* BudgetReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -57,7 +57,7 @@ class CategoryController extends Controller
/**
* CategoryController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ class CategoryReportController extends Controller
/**
* CategoryReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -49,7 +49,7 @@ class DoubleReportController extends Controller
/**
* CategoryReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class ExpenseReportController extends Controller
/**
* ExpenseReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class PiggyBankController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -54,7 +54,7 @@ class ReportController extends Controller
/**
* ReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -50,7 +50,7 @@ class TagReportController extends Controller
/**
* TagReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ abstract class Controller extends BaseController
/**
* Controller constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ class CurrencyController extends Controller
/**
* CurrencyController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -52,7 +52,7 @@ class DebugController extends Controller
/**
* DebugController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class IndexController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -46,7 +46,7 @@ class HomeController extends Controller
/**
* HomeController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class BudgetController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ class ReconcileController extends Controller
/**
* ReconcileController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -44,7 +44,7 @@ class RecurrenceController extends Controller
/**
* RecurrenceController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -41,7 +41,7 @@ class DeleteController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -44,7 +44,7 @@ class EditController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class IndexController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -46,7 +46,7 @@ class AmountController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class CreateController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -41,7 +41,7 @@ class DeleteController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -48,7 +48,7 @@ class EditController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ class IndexController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class ShowController extends Controller
/**
* PiggyBankController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -46,7 +46,7 @@ class PreferencesController extends Controller
/**
* PreferencesController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -74,7 +74,7 @@ class ProfileController extends Controller
/**
* ProfileController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class CreateController extends Controller
/**
* CreateController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class DeleteController extends Controller
/**
* DeleteController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -54,7 +54,7 @@ class EditController extends Controller
/**
* EditController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ class IndexController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -48,7 +48,7 @@ class ShowController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -51,7 +51,7 @@ class BudgetController extends Controller
/**
* ExpenseReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class CategoryController extends Controller
/**
* ExpenseReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class DoubleController extends Controller
/**
* Constructor for ExpenseController
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class OperationsController extends Controller
/**
* OperationsController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -46,7 +46,7 @@ class TagController extends Controller
/**
* ExpenseReportController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -52,7 +52,7 @@ class CreateController extends Controller
/**
* RuleController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -41,7 +41,7 @@ class DeleteController extends Controller
/**
* RuleController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -53,7 +53,7 @@ class EditController extends Controller
/**
* RuleController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -48,7 +48,7 @@ class IndexController extends Controller
/**
* RuleController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -42,7 +42,7 @@ class CreateController extends Controller
/**
* CreateController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -43,7 +43,7 @@ class DeleteController extends Controller
/**
* DeleteController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -44,7 +44,7 @@ class EditController extends Controller
/**
* EditController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -45,7 +45,7 @@ class ExecutionController extends Controller
/**
* ExecutionController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -42,7 +42,7 @@ use phpseclib3\Crypt\RSA;
/**
* Class InstallController
*
* @codeCoverageIgnore
*/
class InstallController extends Controller
{

View File

@@ -48,7 +48,7 @@ class BulkController extends Controller
/**
* BulkController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -60,7 +60,7 @@ class ConvertController extends Controller
/**
* ConvertController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class CreateController extends Controller
/**
* CreateController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class DeleteController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -39,7 +39,7 @@ class EditController extends Controller
/**
* EditController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class IndexController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class LinkController extends Controller
/**
* LinkController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -54,7 +54,7 @@ class MassController extends Controller
/**
* MassController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -239,7 +239,7 @@ class MassController extends Controller
* @param string $key
*
* @return Carbon|null
* @codeCoverageIgnore
*/
private function getDateFromRequest(MassEditJournalRequest $request, int $journalId, string $key): ?Carbon
{
@@ -267,7 +267,7 @@ class MassController extends Controller
* @param string $string
*
* @return string|null
* @codeCoverageIgnore
*/
private function getStringFromRequest(MassEditJournalRequest $request, int $journalId, string $string): ?string
{
@@ -288,7 +288,7 @@ class MassController extends Controller
* @param string $string
*
* @return int|null
* @codeCoverageIgnore
*/
private function getIntFromRequest(MassEditJournalRequest $request, int $journalId, string $string): ?int
{

View File

@@ -38,7 +38,7 @@ class DeleteController extends Controller
/**
* DeleteController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -38,7 +38,7 @@ class EditController extends Controller
/**
* DeleteController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -38,7 +38,7 @@ class ShowController extends Controller
/**
* DeleteController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{