Remove method pointers from tests.

This commit is contained in:
James Cole
2018-08-09 20:17:15 +02:00
parent 5908b4b000
commit eefa84a77b
124 changed files with 636 additions and 777 deletions

View File

@@ -36,7 +36,7 @@ use Tests\TestCase;
class AuthenticateTwoFactorTest extends TestCase
{
/**
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
*/
public function testMiddleware(): void
{
@@ -54,7 +54,7 @@ class AuthenticateTwoFactorTest extends TestCase
* cookie : false
*
*
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
*/
public function testMiddlewareNoTwoFA(): void
{
@@ -85,7 +85,7 @@ class AuthenticateTwoFactorTest extends TestCase
* cookie : false
*
*
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
*/
public function testMiddlewareTwoFAAuthed(): void
{
@@ -118,7 +118,7 @@ class AuthenticateTwoFactorTest extends TestCase
* cookie : false
*
*
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
*/
public function testMiddlewareTwoFANoSecret(): void
{
@@ -149,7 +149,7 @@ class AuthenticateTwoFactorTest extends TestCase
* cookie : false
*
*
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor::handle
* @covers \FireflyIII\Http\Middleware\AuthenticateTwoFactor
*/
public function testMiddlewareTwoFASecret(): void
{

View File

@@ -42,7 +42,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Account::routeBinder
* @covers \FireflyIII\Models\Account
*/
public function testAccount(): void
{
@@ -59,7 +59,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\AccountList::routeBinder
* @covers \FireflyIII\Support\Binder\AccountList
*/
public function testAccountList(): void
{
@@ -76,7 +76,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\AccountList::routeBinder
* @covers \FireflyIII\Support\Binder\AccountList
*/
public function testAccountListEmpty(): void
{
@@ -92,7 +92,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\AccountList::routeBinder
* @covers \FireflyIII\Support\Binder\AccountList
*/
public function testAccountListInvalid(): void
{
@@ -109,7 +109,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\AccountList::routeBinder
* @covers \FireflyIII\Support\Binder\AccountList
*/
public function testAccountListNotLoggedIn(): void
{
@@ -124,7 +124,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Account::routeBinder
* @covers \FireflyIII\Models\Account
*/
public function testAccountNotFound(): void
{
@@ -141,7 +141,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Account::routeBinder
* @covers \FireflyIII\Models\Account
*/
public function testAccountNotLoggedIn(): void
{
@@ -157,7 +157,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Attachment::routeBinder
* @covers \FireflyIII\Models\Attachment
*/
public function testAttachment(): void
{
@@ -174,7 +174,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Attachment::routeBinder
* @covers \FireflyIII\Models\Attachment
*/
public function testAttachmentNotFound(): void
{
@@ -191,7 +191,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Attachment::routeBinder
* @covers \FireflyIII\Models\Attachment
*/
public function testAttachmentNotLoggedIn(): void
{
@@ -207,7 +207,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Bill::routeBinder
* @covers \FireflyIII\Models\Bill
*/
public function testBill(): void
{
@@ -224,7 +224,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Bill::routeBinder
* @covers \FireflyIII\Models\Bill
*/
public function testBillNotFound(): void
{
@@ -241,7 +241,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Bill::routeBinder
* @covers \FireflyIII\Models\Bill
*/
public function testBillNotLoggedIn(): void
{
@@ -257,7 +257,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Budget::routeBinder
* @covers \FireflyIII\Models\Budget
*/
public function testBudget(): void
{
@@ -274,7 +274,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\BudgetLimit::routeBinder
* @covers \FireflyIII\Models\BudgetLimit
*/
public function testBudgetLimit(): void
{
@@ -291,7 +291,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\BudgetLimit::routeBinder
* @covers \FireflyIII\Models\BudgetLimit
*/
public function testBudgetLimitNotFound(): void
{
@@ -308,7 +308,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\BudgetLimit::routeBinder
* @covers \FireflyIII\Models\BudgetLimit
*/
public function testBudgetLimitNotLoggedIn(): void
{
@@ -324,7 +324,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\BudgetList::routeBinder
* @covers \FireflyIII\Support\Binder\BudgetList
*/
public function testBudgetList(): void
{
@@ -341,7 +341,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\BudgetList::routeBinder
* @covers \FireflyIII\Support\Binder\BudgetList
*/
public function testBudgetListInvalid(): void
{
@@ -357,7 +357,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Budget::routeBinder
* @covers \FireflyIII\Models\Budget
*/
public function testBudgetNotFound(): void
{
@@ -374,7 +374,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Budget::routeBinder
* @covers \FireflyIII\Models\Budget
*/
public function testBudgetNotLoggedIn(): void
{
@@ -390,7 +390,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Category::routeBinder
* @covers \FireflyIII\Models\Category
*/
public function testCategory(): void
{
@@ -407,7 +407,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\CategoryList::routeBinder
* @covers \FireflyIII\Support\Binder\CategoryList
*/
public function testCategoryList(): void
{
@@ -424,7 +424,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\CategoryList::routeBinder
* @covers \FireflyIII\Support\Binder\CategoryList
*/
public function testCategoryListInvalid(): void
{
@@ -440,7 +440,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Category::routeBinder
* @covers \FireflyIII\Models\Category
*/
public function testCategoryNotFound(): void
{
@@ -457,7 +457,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Category::routeBinder
* @covers \FireflyIII\Models\Category
*/
public function testCategoryNotLoggedIn(): void
{
@@ -473,7 +473,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\CurrencyCode::routeBinder
* @covers \FireflyIII\Support\Binder\CurrencyCode
*/
public function testCurrencyCode(): void
{
@@ -490,7 +490,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\CurrencyCode::routeBinder
* @covers \FireflyIII\Support\Binder\CurrencyCode
*/
public function testCurrencyCodeNotFound(): void
{
@@ -507,7 +507,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\CurrencyCode::routeBinder
* @covers \FireflyIII\Support\Binder\CurrencyCode
*/
public function testCurrencyCodeNotLoggedIn(): void
{
@@ -523,7 +523,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDate(): void
{
@@ -547,7 +547,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDateCurrentMonthEnd(): void
{
@@ -572,7 +572,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDateCurrentMonthStart(): void
{
@@ -597,7 +597,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDateCurrentYearEnd(): void
{
@@ -622,7 +622,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDateCurrentYearStart(): void
{
@@ -647,7 +647,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDateFiscalYearEnd(): void
{
@@ -673,7 +673,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDateFiscalYearStart(): void
{
@@ -699,7 +699,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\Date::routeBinder
* @covers \FireflyIII\Support\Binder\Date
*/
public function testDateInvalid(): void
{
@@ -721,7 +721,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\ExportJob::routeBinder
* @covers \FireflyIII\Models\ExportJob
*/
public function testExportJob(): void
{
@@ -738,7 +738,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\ExportJob::routeBinder
* @covers \FireflyIII\Models\ExportJob
*/
public function testExportJobNotFound(): void
{
@@ -755,7 +755,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\ExportJob::routeBinder
* @covers \FireflyIII\Models\ExportJob
*/
public function testExportJobNotLoggedIn(): void
{
@@ -771,7 +771,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\ImportJob::routeBinder
* @covers \FireflyIII\Models\ImportJob
*/
public function testImportJob(): void
{
@@ -788,7 +788,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\ImportJob::routeBinder
* @covers \FireflyIII\Models\ImportJob
*/
public function testImportJobNotFound(): void
{
@@ -805,7 +805,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\ImportJob::routeBinder
* @covers \FireflyIII\Models\ImportJob
*/
public function testImportJobNotLoggedIn(): void
{
@@ -821,7 +821,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\JournalList::routeBinder
* @covers \FireflyIII\Support\Binder\JournalList
*/
public function testJournalList(): void
{
@@ -838,7 +838,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\JournalList::routeBinder
* @covers \FireflyIII\Support\Binder\JournalList
*/
public function testJournalListEmpty(): void
{
@@ -854,7 +854,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\LinkType::routeBinder
* @covers \FireflyIII\Models\LinkType
*/
public function testLinkType(): void
{
@@ -871,7 +871,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\LinkType::routeBinder
* @covers \FireflyIII\Models\LinkType
*/
public function testLinkTypeNotFound(): void
{
@@ -888,7 +888,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\LinkType::routeBinder
* @covers \FireflyIII\Models\LinkType
*/
public function testLinkTypeNotLoggedIn(): void
{
@@ -904,7 +904,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\PiggyBank::routeBinder
* @covers \FireflyIII\Models\PiggyBank
*/
public function testPiggyBank(): void
{
@@ -921,7 +921,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\PiggyBank::routeBinder
* @covers \FireflyIII\Models\PiggyBank
*/
public function testPiggyBankNotFound(): void
{
@@ -938,7 +938,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\PiggyBank::routeBinder
* @covers \FireflyIII\Models\PiggyBank
*/
public function testPiggyBankNotLoggedIn(): void
{
@@ -954,7 +954,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Rule::routeBinder
* @covers \FireflyIII\Models\Rule
*/
public function testRule(): void
{
@@ -971,7 +971,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\RuleGroup::routeBinder
* @covers \FireflyIII\Models\RuleGroup
*/
public function testRuleGroup(): void
{
@@ -988,7 +988,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\RuleGroup::routeBinder
* @covers \FireflyIII\Models\RuleGroup
*/
public function testRuleGroupNotFound(): void
{
@@ -1005,7 +1005,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\RuleGroup::routeBinder
* @covers \FireflyIII\Models\RuleGroup
*/
public function testRuleGroupNotLoggedIn(): void
{
@@ -1021,7 +1021,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Rule::routeBinder
* @covers \FireflyIII\Models\Rule
*/
public function testRuleNotFound(): void
{
@@ -1038,7 +1038,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Rule::routeBinder
* @covers \FireflyIII\Models\Rule
*/
public function testRuleNotLoggedIn(): void
{
@@ -1054,7 +1054,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionJournal::routeBinder
* @covers \FireflyIII\Models\TransactionJournal
*/
public function testTJ(): void
{
@@ -1071,7 +1071,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionJournal::routeBinder
* @covers \FireflyIII\Models\TransactionJournal
*/
public function testTJNotFound(): void
{
@@ -1088,7 +1088,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionJournal::routeBinder
* @covers \FireflyIII\Models\TransactionJournal
*/
public function testTJNotLoggedIn(): void
{
@@ -1104,7 +1104,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Tag::routeBinder
* @covers \FireflyIII\Models\Tag
*/
public function testTag(): void
{
@@ -1121,7 +1121,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\TagList::routeBinder
* @covers \FireflyIII\Support\Binder\TagList
*/
public function testTagList(): void
{
@@ -1147,7 +1147,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\TagList::routeBinder
* @covers \FireflyIII\Support\Binder\TagList
*/
public function testTagListEmpty(): void
{
@@ -1167,7 +1167,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Tag::routeBinder
* @covers \FireflyIII\Models\Tag
*/
public function testTagNotFound(): void
{
@@ -1184,7 +1184,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\Tag::routeBinder
* @covers \FireflyIII\Models\Tag
*/
public function testTagNotLoggedIn(): void
{
@@ -1200,7 +1200,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionCurrency::routeBinder
* @covers \FireflyIII\Models\TransactionCurrency
*/
public function testTransactionCurrency(): void
{
@@ -1217,7 +1217,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionCurrency::routeBinder
* @covers \FireflyIII\Models\TransactionCurrency
*/
public function testTransactionCurrencyNotFound(): void
{
@@ -1234,7 +1234,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionCurrency::routeBinder
* @covers \FireflyIII\Models\TransactionCurrency
*/
public function testTransactionCurrencyNotLoggedIn(): void
{
@@ -1250,7 +1250,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionJournalLink::routeBinder
* @covers \FireflyIII\Models\TransactionJournalLink
*/
public function testTransactionJournalLink(): void
{
@@ -1267,7 +1267,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionJournalLink::routeBinder
* @covers \FireflyIII\Models\TransactionJournalLink
*/
public function testTransactionJournalLinkNotFound(): void
{
@@ -1284,7 +1284,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionJournalLink::routeBinder
* @covers \FireflyIII\Models\TransactionJournalLink
*/
public function testTransactionJournalLinkNotLoggedIn(): void
{
@@ -1300,7 +1300,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionType::routeBinder
* @covers \FireflyIII\Models\TransactionType
*/
public function testTransactionType(): void
{
@@ -1317,7 +1317,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionType::routeBinder
* @covers \FireflyIII\Models\TransactionType
*/
public function testTransactionTypeNotFound(): void
{
@@ -1334,7 +1334,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Models\TransactionType::routeBinder
* @covers \FireflyIII\Models\TransactionType
*/
public function testTransactionTypeNotLoggedIn(): void
{
@@ -1350,7 +1350,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\UnfinishedJournal::routeBinder
* @covers \FireflyIII\Support\Binder\UnfinishedJournal
*/
public function testUnfinishedJournal(): void
{
@@ -1367,7 +1367,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\UnfinishedJournal::routeBinder
* @covers \FireflyIII\Support\Binder\UnfinishedJournal
*/
public function testUnfinishedJournalFinished(): void
{
@@ -1383,7 +1383,7 @@ class BinderTest extends TestCase
/**
* @covers \FireflyIII\Http\Middleware\Binder
* @covers \FireflyIII\Support\Binder\UnfinishedJournal::routeBinder
* @covers \FireflyIII\Support\Binder\UnfinishedJournal
*/
public function testUnfinishedJournalNotLoggedIn(): void
{

View File

@@ -34,7 +34,7 @@ use Tests\TestCase;
class IsAdminTest extends TestCase
{
/**
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
* @covers \FireflyIII\Http\Middleware\IsAdmin
*/
public function testMiddleware(): void
{
@@ -45,7 +45,7 @@ class IsAdminTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
* @covers \FireflyIII\Http\Middleware\IsAdmin
*/
public function testMiddlewareAjax(): void
{
@@ -56,7 +56,7 @@ class IsAdminTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
* @covers \FireflyIII\Http\Middleware\IsAdmin
*/
public function testMiddlewareNotOwner(): void
{
@@ -68,7 +68,7 @@ class IsAdminTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\IsAdmin::handle
* @covers \FireflyIII\Http\Middleware\IsAdmin
*/
public function testMiddlewareOwner(): void
{

View File

@@ -34,7 +34,7 @@ use Tests\TestCase;
class IsSandstormUserTest extends TestCase
{
/**
* @covers \FireflyIII\Http\Middleware\IsSandStormUser::handle
* @covers \FireflyIII\Http\Middleware\IsSandStormUser
*/
public function testMiddlewareNotAuthenticated(): void
{
@@ -44,7 +44,7 @@ class IsSandstormUserTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\IsSandStormUser::handle
* @covers \FireflyIII\Http\Middleware\IsSandStormUser
*/
public function testMiddlewareNotSandStorm(): void
{
@@ -55,7 +55,7 @@ class IsSandstormUserTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\IsSandStormUser::handle
* @covers \FireflyIII\Http\Middleware\IsSandStormUser
*/
public function testMiddlewareSandstorm(): void
{

View File

@@ -36,7 +36,7 @@ use Tests\TestCase;
class RedirectIf2FAAuthenticatedTest extends TestCase
{
/**
* @covers \FireflyIII\Http\Middleware\RedirectIfTwoFactorAuthenticated::handle
* @covers \FireflyIII\Http\Middleware\RedirectIfTwoFactorAuthenticated
*/
public function testMiddleware(): void
{
@@ -45,7 +45,7 @@ class RedirectIf2FAAuthenticatedTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\RedirectIfTwoFactorAuthenticated::handle
* @covers \FireflyIII\Http\Middleware\RedirectIfTwoFactorAuthenticated
*/
public function testMiddlewareAuthenticated(): void
{
@@ -69,7 +69,7 @@ class RedirectIf2FAAuthenticatedTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\RedirectIfTwoFactorAuthenticated::handle
* @covers \FireflyIII\Http\Middleware\RedirectIfTwoFactorAuthenticated
*/
public function testMiddlewareLightAuth(): void
{

View File

@@ -34,7 +34,7 @@ use Tests\TestCase;
class RedirectIfAuthenticatedTest extends TestCase
{
/**
* @covers \FireflyIII\Http\Middleware\RedirectIfAuthenticated::handle
* @covers \FireflyIII\Http\Middleware\RedirectIfAuthenticated
*/
public function testMiddleware(): void
{
@@ -43,7 +43,7 @@ class RedirectIfAuthenticatedTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Middleware\RedirectIfAuthenticated::handle
* @covers \FireflyIII\Http\Middleware\RedirectIfAuthenticated
*/
public function testMiddlewareAuthenticated(): void
{

View File

@@ -36,7 +36,7 @@ use Tests\TestCase;
class SandstormTest extends TestCase
{
/**
* @covers \FireflyIII\Http\Middleware\Sandstorm::handle
* @covers \FireflyIII\Http\Middleware\Sandstorm
*/
public function testMiddlewareBasic(): void
{