From 7f46cf805c7a2bb04e1313bb28f55d9cd5228e3c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Feb 2020 13:59:55 +0100 Subject: [PATCH] Update email address. --- tests/Api/V1/Controllers/AccountControllerTest.php | 2 +- .../V1/Controllers/AttachmentControllerTest.php | 2 +- .../Controllers/AvailableBudgetControllerTest.php | 2 +- tests/Api/V1/Controllers/BillControllerTest.php | 2 +- tests/Api/V1/Controllers/BudgetControllerTest.php | 2 +- .../V1/Controllers/BudgetLimitControllerTest.php | 2 +- .../Api/V1/Controllers/CategoryControllerTest.php | 2 +- .../V1/Controllers/Chart/AccountControllerTest.php | 2 +- .../Chart/AvailableBudgetControllerTest.php | 2 +- .../Controllers/Chart/CategoryControllerTest.php | 2 +- .../Api/V1/Controllers/CurrencyControllerTest.php | 2 +- .../Api/V1/Controllers/LinkTypeControllerTest.php | 2 +- .../Api/V1/Controllers/PiggyBankControllerTest.php | 2 +- .../V1/Controllers/PreferencesControllerTest.php | 2 +- .../V1/Controllers/RecurrenceControllerTest.php | 2 +- tests/Api/V1/Controllers/RuleControllerTest.php | 2 +- .../Api/V1/Controllers/RuleGroupControllerTest.php | 2 +- tests/Api/V1/Controllers/SummaryControllerTest.php | 2 +- tests/Api/V1/Controllers/TagControllerTest.php | 2 +- .../V1/Controllers/TransactionControllerTest.php | 2 +- .../Controllers/TransactionLinkControllerTest.php | 2 +- tests/Api/V1/Controllers/UserControllerTest.php | 2 +- .../Controllers/Account/CreateControllerTest.php | 2 +- .../Controllers/Account/DeleteControllerTest.php | 2 +- .../Controllers/Account/EditControllerTest.php | 2 +- .../Controllers/Account/IndexControllerTest.php | 2 +- .../Account/ReconcileControllerTest.php | 2 +- .../Controllers/Account/ShowControllerTest.php | 2 +- .../Admin/ConfigurationControllerTest.php | 2 +- .../Controllers/Admin/HomeControllerTest.php | 2 +- .../Controllers/Admin/LinkControllerTest.php | 2 +- .../Controllers/Admin/UpdateControllerTest.php | 2 +- .../Controllers/Admin/UserControllerTest.php | 2 +- .../Controllers/AttachmentControllerTest.php | 2 +- .../Controllers/Auth/TwoFactorControllerTest.php | 2 +- tests/Feature/Controllers/BillControllerTest.php | 2 +- .../Controllers/Budget/CreateControllerTest.php | 2 +- .../Controllers/Budget/DeleteControllerTest.php | 2 +- .../Controllers/Budget/EditControllerTest.php | 2 +- .../Controllers/Budget/IndexControllerTest.php | 2 +- .../Controllers/Budget/ShowControllerTest.php | 2 +- .../Controllers/Category/CreateControllerTest.php | 2 +- .../Controllers/Category/DeleteControllerTest.php | 2 +- .../Controllers/Category/EditControllerTest.php | 2 +- .../Controllers/Category/IndexControllerTest.php | 2 +- .../Category/NoCategoryControllerTest.php | 2 +- .../Controllers/Category/ShowControllerTest.php | 2 +- .../Controllers/Chart/AccountControllerTest.php | 2 +- .../Controllers/Chart/BillControllerTest.php | 2 +- .../Controllers/Chart/BudgetControllerTest.php | 2 +- .../Chart/BudgetReportControllerTest.php | 2 +- .../Controllers/Chart/CategoryControllerTest.php | 2 +- .../Chart/CategoryReportControllerTest.php | 2 +- .../Controllers/Chart/PiggyBankControllerTest.php | 2 +- .../Controllers/Chart/ReportControllerTest.php | 2 +- .../Controllers/Chart/TagReportControllerTest.php | 2 +- .../Feature/Controllers/CurrencyControllerTest.php | 2 +- tests/Feature/Controllers/DebugControllerTest.php | 2 +- tests/Feature/Controllers/HelpControllerTest.php | 2 +- tests/Feature/Controllers/HomeControllerTest.php | 2 +- .../Controllers/Import/CallbackControllerTest.php | 2 +- .../Controllers/Import/IndexControllerTest.php | 2 +- .../Import/JobConfigurationControllerTest.php | 2 +- .../Controllers/Import/JobStatusControllerTest.php | 2 +- .../Import/PrerequisitesControllerTest.php | 2 +- .../Controllers/JavascriptControllerTest.php | 2 +- .../Json/AutoCompleteControllerTest.php | 2 +- .../Feature/Controllers/Json/BoxControllerTest.php | 2 +- .../Controllers/Json/ExchangeControllerTest.php | 2 +- .../Controllers/Json/FrontpageControllerTest.php | 2 +- .../Controllers/Json/IntroControllerTest.php | 2 +- .../Controllers/Json/ReconcileControllerTest.php | 2 +- .../Controllers/Json/RecurrenceControllerTest.php | 2 +- .../Controllers/Json/RuleControllerTest.php | 2 +- .../Feature/Controllers/NewUserControllerTest.php | 2 +- .../Controllers/PiggyBankControllerTest.php | 2 +- .../Controllers/Popup/ReportControllerTest.php | 2 +- .../Controllers/PreferencesControllerTest.php | 2 +- .../Feature/Controllers/ProfileControllerTest.php | 2 +- .../Controllers/Recurring/CreateControllerTest.php | 2 +- .../Controllers/Recurring/DeleteControllerTest.php | 2 +- .../Controllers/Recurring/EditControllerTest.php | 2 +- .../Controllers/Recurring/IndexControllerTest.php | 2 +- .../Controllers/Recurring/ShowControllerTest.php | 2 +- .../Controllers/Report/AccountControllerTest.php | 2 +- .../Controllers/Report/BalanceControllerTest.php | 2 +- .../Controllers/Report/BudgetControllerTest.php | 2 +- .../Controllers/Report/CategoryControllerTest.php | 2 +- .../Report/OperationsControllerTest.php | 2 +- tests/Feature/Controllers/ReportControllerTest.php | 2 +- .../Controllers/Rule/CreateControllerTest.php | 2 +- .../Controllers/Rule/DeleteControllerTest.php | 2 +- .../Controllers/Rule/EditControllerTest.php | 2 +- .../Controllers/Rule/IndexControllerTest.php | 2 +- .../Controllers/Rule/SelectControllerTest.php | 2 +- .../Controllers/RuleGroup/CreateControllerTest.php | 2 +- .../Controllers/RuleGroup/DeleteControllerTest.php | 2 +- .../Controllers/RuleGroup/EditControllerTest.php | 2 +- .../RuleGroup/ExecutionControllerTest.php | 2 +- tests/Feature/Controllers/SearchControllerTest.php | 2 +- .../Controllers/System/CronControllerTest.php | 2 +- tests/Feature/Controllers/TagControllerTest.php | 2 +- .../Controllers/Transaction/BulkControllerTest.php | 2 +- .../Transaction/ConvertControllerTest.php | 2 +- .../Transaction/CreateControllerTest.php | 2 +- .../Controllers/Transaction/EditControllerTest.php | 2 +- .../Transaction/IndexControllerTest.php | 2 +- .../Controllers/Transaction/LinkControllerTest.php | 2 +- .../Controllers/Transaction/MassControllerTest.php | 2 +- .../Controllers/Transaction/ShowControllerTest.php | 2 +- tests/Feature/ExampleTest.php | 2 +- tests/Object/FakeApiContext.php | 2 +- tests/Support/TestDataTrait.php | 2 +- .../Commands/Correction/CreateAccessTokensTest.php | 2 +- .../Commands/Correction/CreateLinkTypesTest.php | 2 +- .../Commands/Correction/DeleteEmptyGroupsTest.php | 2 +- .../Correction/DeleteEmptyJournalsTest.php | 2 +- .../Correction/DeleteOrphanedTransactionsTest.php | 2 +- .../Commands/Correction/DeleteZeroAmountTest.php | 2 +- .../Commands/Correction/EnableCurrenciesTest.php | 2 +- .../Commands/Correction/FixAccountTypesTest.php | 2 +- .../Console/Commands/Correction/FixPiggiesTest.php | 2 +- .../Commands/Correction/FixUnevenAmountTest.php | 2 +- .../Commands/Correction/RemoveBillsTest.php | 2 +- .../Commands/Correction/RenameMetaFieldsTest.php | 2 +- .../Commands/Correction/TransferBudgetsTest.php | 2 +- .../Unit/Console/Commands/DecryptDatabaseTest.php | 2 +- .../Commands/Import/CreateCSVImportTest.php | 14 +++++++------- .../Commands/Integrity/ReportEmptyObjectsTest.php | 2 +- .../Console/Commands/Integrity/ReportSumTest.php | 2 +- .../Unit/Console/Commands/Tools/ApplyRulesTest.php | 2 +- .../Commands/Upgrade/AccountCurrenciesTest.php | 2 +- .../Commands/Upgrade/BackToJournalsTest.php | 2 +- .../Commands/Upgrade/BudgetLimitCurrencyTest.php | 2 +- .../Console/Commands/Upgrade/CCLiabilitiesTest.php | 2 +- .../Commands/Upgrade/MigrateAttachmentsTest.php | 2 +- .../Commands/Upgrade/MigrateJournalNotesTest.php | 2 +- .../Commands/Upgrade/MigrateToGroupsTest.php | 2 +- .../Commands/Upgrade/MigrateToRulesTest.php | 2 +- .../Upgrade/OtherCurrenciesCorrectionsTest.php | 2 +- .../Commands/Upgrade/RenameAccountMetaTest.php | 2 +- .../Commands/Upgrade/TransactionIdentifierTest.php | 2 +- .../Upgrade/TransferCurrenciesCorrectionsTest.php | 2 +- tests/Unit/ExampleTest.php | 2 +- tests/Unit/Factory/AccountFactoryTest.php | 2 +- tests/Unit/Factory/AccountMetaFactoryTest.php | 2 +- tests/Unit/Factory/AttachmentFactoryTest.php | 2 +- tests/Unit/Factory/BillFactoryTest.php | 2 +- tests/Unit/Factory/BudgetFactoryTest.php | 2 +- tests/Unit/Factory/CategoryFactoryTest.php | 2 +- tests/Unit/Factory/PiggyBankEventFactoryTest.php | 2 +- tests/Unit/Factory/PiggyBankFactoryTest.php | 2 +- tests/Unit/Factory/RecurrenceFactoryTest.php | 2 +- tests/Unit/Factory/TagFactoryTest.php | 2 +- .../Factory/TransactionCurrencyFactoryTest.php | 2 +- tests/Unit/Factory/TransactionFactoryTest.php | 2 +- .../Unit/Factory/TransactionJournalFactoryTest.php | 2 +- .../Factory/TransactionJournalMetaFactoryTest.php | 2 +- tests/Unit/Factory/TransactionTypeFactoryTest.php | 2 +- .../Generator/Chart/Basic/ChartJsGeneratorTest.php | 2 +- .../Report/Audit/MonthReportGeneratorTest.php | 2 +- tests/Unit/Handlers/Events/APIEventHandlerTest.php | 4 ++-- .../Unit/Handlers/Events/AdminEventHandlerTest.php | 4 ++-- .../Unit/Handlers/Events/AutomationHandlerTest.php | 4 ++-- .../Events/StoredGroupEventHandlerTest.php | 2 +- .../Events/UpdatedGroupEventHandlerTest.php | 2 +- .../Unit/Handlers/Events/UserEventHandlerTest.php | 2 +- .../Events/VersionCheckEventHandlerTest.php | 2 +- .../Helpers/Attachments/AttachmentHelperTest.php | 2 +- tests/Unit/Helpers/Fiscal/FiscalHelperTest.php | 2 +- tests/Unit/Helpers/Help/HelpTest.php | 2 +- tests/Unit/Helpers/Report/NetWorthTest.php | 2 +- .../Unit/Jobs/CreateRecurringTransactionsTest.php | 2 +- tests/Unit/Middleware/AuthenticateTest.php | 2 +- tests/Unit/Middleware/BinderTest.php | 2 +- tests/Unit/Middleware/IsAdminTest.php | 2 +- tests/Unit/Middleware/IsDemoUserTest.php | 2 +- tests/Unit/Middleware/IsSandstormUserTest.php | 2 +- tests/Unit/Middleware/RangeTest.php | 2 +- .../Middleware/RedirectIfAuthenticatedTest.php | 2 +- tests/Unit/Middleware/SandstormTest.php | 2 +- tests/Unit/Middleware/SecureHeadersTest.php | 2 +- tests/Unit/Rules/BelongsUserTest.php | 2 +- tests/Unit/Rules/IsAssetAccountIdTest.php | 2 +- tests/Unit/Rules/IsBooleanTest.php | 2 +- tests/Unit/Rules/IsDateOrTimeTest.php | 2 +- tests/Unit/Rules/IsValidAttachmentModelTest.php | 2 +- tests/Unit/Rules/UniqueIbanTest.php | 2 +- .../Internal/Destroy/AccountDestroyServiceTest.php | 2 +- .../Internal/Update/AccountUpdateServiceTest.php | 2 +- .../Unit/Support/Cronjobs/RecurringCronjobTest.php | 2 +- tests/Unit/Support/FinTS/MetadataParserTest.php | 2 +- .../Bunq/ChooseAccountsHandlerTest.php | 2 +- .../Bunq/NewBunqJobHandlerTest.php | 2 +- .../File/ConfigureMappingHandlerTest.php | 2 +- .../File/ConfigureRolesHandlerTest.php | 2 +- .../File/ConfigureUploadHandlerTest.php | 2 +- .../File/NewFileJobHandlerTest.php | 2 +- .../Spectre/ChooseAccountsHandlerTest.php | 2 +- .../Spectre/ChooseLoginHandlerTest.php | 2 +- .../Spectre/DoAuthenticateHandlerTest.php | 2 +- .../Import/Placeholder/ImportTransactionTest.php | 2 +- .../Routine/Bunq/StageImportDataHandlerTest.php | 2 +- .../Import/Routine/Bunq/StageNewHandlerTest.php | 2 +- .../Import/Routine/File/AssetAccountMapperTest.php | 2 +- .../Import/Routine/File/CSVProcessorTest.php | 2 +- .../Import/Routine/File/CurrencyMapperTest.php | 2 +- .../Routine/File/ImportableConverterTest.php | 2 +- .../Import/Routine/File/ImportableCreatorTest.php | 2 +- .../Support/Import/Routine/File/LineReaderTest.php | 2 +- .../Routine/File/MappedValuesValidatorTest.php | 2 +- .../Import/Routine/File/MappingConvergerTest.php | 2 +- .../Routine/File/OpposingAccountMapperTest.php | 2 +- .../Spectre/StageAuthenticatedHandlerTest.php | 2 +- .../Routine/Spectre/StageImportDataHandlerTest.php | 2 +- .../Import/Routine/Spectre/StageNewHandlerTest.php | 2 +- tests/Unit/Support/NavigationTest.php | 2 +- tests/Unit/TransactionRules/Actions/AddTagTest.php | 2 +- .../Actions/AppendDescriptionTest.php | 2 +- .../TransactionRules/Actions/AppendNotesTest.php | 2 +- .../TransactionRules/Actions/ClearBudgetTest.php | 2 +- .../TransactionRules/Actions/ClearCategoryTest.php | 2 +- .../TransactionRules/Actions/ClearNotesTest.php | 2 +- .../Actions/ConvertToDepositTest.php | 2 +- .../Actions/ConvertToTransferTest.php | 2 +- .../Actions/ConvertToWithdrawalTest.php | 2 +- .../TransactionRules/Actions/LinkToBillTest.php | 2 +- .../Actions/PrependDescriptionTest.php | 2 +- .../TransactionRules/Actions/PrependNotesTest.php | 2 +- .../TransactionRules/Actions/RemoveAllTagsTest.php | 2 +- .../TransactionRules/Actions/RemoveTagTest.php | 2 +- .../TransactionRules/Actions/SetBudgetTest.php | 2 +- .../TransactionRules/Actions/SetCategoryTest.php | 2 +- .../Actions/SetDescriptionTest.php | 2 +- .../Actions/SetDestinationAccountTest.php | 2 +- .../Unit/TransactionRules/Actions/SetNotesTest.php | 2 +- .../Actions/SetSourceAccountTest.php | 2 +- .../Triggers/AmountExactlyTest.php | 2 +- .../TransactionRules/Triggers/AmountLessTest.php | 2 +- .../TransactionRules/Triggers/AmountMoreTest.php | 2 +- .../TransactionRules/Triggers/BudgetIsTest.php | 2 +- .../TransactionRules/Triggers/CategoryIsTest.php | 2 +- .../Triggers/DescriptionContainsTest.php | 2 +- .../Triggers/DescriptionEndsTest.php | 2 +- .../Triggers/DescriptionIsTest.php | 2 +- .../Triggers/DescriptionStartsTest.php | 2 +- .../Triggers/FromAccountContainsTest.php | 2 +- .../Triggers/FromAccountEndsTest.php | 2 +- .../Triggers/FromAccountIsTest.php | 2 +- .../Triggers/FromAccountNumberContainsTest.php | 2 +- .../Triggers/FromAccountNumberEndsTest.php | 2 +- .../Triggers/FromAccountNumberIsTest.php | 2 +- .../Triggers/FromAccountNumberStartsTest.php | 2 +- .../Triggers/FromAccountStartsTest.php | 2 +- .../TransactionRules/Triggers/HasAnyBudgetTest.php | 2 +- .../Triggers/HasAnyCategoryTest.php | 2 +- .../TransactionRules/Triggers/HasAnyTagTest.php | 2 +- .../Triggers/HasAttachmentTest.php | 2 +- .../TransactionRules/Triggers/HasNoBudgetTest.php | 2 +- .../Triggers/HasNoCategoryTest.php | 2 +- .../TransactionRules/Triggers/HasNoTagTest.php | 2 +- .../TransactionRules/Triggers/NotesAnyTest.php | 2 +- .../TransactionRules/Triggers/NotesAreTest.php | 2 +- .../TransactionRules/Triggers/NotesContainTest.php | 2 +- .../TransactionRules/Triggers/NotesEmptyTest.php | 2 +- .../TransactionRules/Triggers/NotesEndTest.php | 2 +- .../TransactionRules/Triggers/NotesStartTest.php | 2 +- tests/Unit/TransactionRules/Triggers/TagIsTest.php | 2 +- .../Triggers/ToAccountContainsTest.php | 2 +- .../Triggers/ToAccountEndsTest.php | 2 +- .../TransactionRules/Triggers/ToAccountIsTest.php | 2 +- .../Triggers/ToAccountNumberContainsTest.php | 2 +- .../Triggers/ToAccountNumberEndsTest.php | 2 +- .../Triggers/ToAccountNumberIsTest.php | 2 +- .../Triggers/ToAccountNumberStartsTest.php | 2 +- .../Triggers/ToAccountStartsTest.php | 2 +- .../Triggers/TransactionTypeTest.php | 2 +- tests/Unit/Transformers/AccountTransformerTest.php | 2 +- .../Transformers/AttachmentTransformerTest.php | 2 +- .../AvailableBudgetTransformerTest.php | 2 +- tests/Unit/Transformers/BillTransformerTest.php | 2 +- .../Transformers/BudgetLimitTransformerTest.php | 2 +- tests/Unit/Transformers/BudgetTransformerTest.php | 2 +- .../Unit/Transformers/CategoryTransformerTest.php | 2 +- .../CurrencyExchangeRateTransformerTest.php | 2 +- .../Unit/Transformers/CurrencyTransformerTest.php | 2 +- .../Unit/Transformers/ImportJobTransformerTest.php | 2 +- .../Unit/Transformers/LinkTypeTransformerTest.php | 2 +- .../Transformers/PiggyBankEventTransformerTest.php | 2 +- .../Unit/Transformers/PiggyBankTransformerTest.php | 2 +- .../Transformers/PreferenceTransformerTest.php | 2 +- .../Transformers/RecurrenceTransformerTest.php | 2 +- .../Unit/Transformers/RuleGroupTransformerTest.php | 2 +- tests/Unit/Transformers/RuleTransformerTest.php | 2 +- tests/Unit/Transformers/TagTransformerTest.php | 2 +- .../TransactionGroupTransformerTest.php | 2 +- .../TransactionLinkTransformerTest.php | 2 +- tests/Unit/Transformers/UserTransformerTest.php | 2 +- 298 files changed, 307 insertions(+), 307 deletions(-) diff --git a/tests/Api/V1/Controllers/AccountControllerTest.php b/tests/Api/V1/Controllers/AccountControllerTest.php index d5a3145f24..932e2c9e55 100644 --- a/tests/Api/V1/Controllers/AccountControllerTest.php +++ b/tests/Api/V1/Controllers/AccountControllerTest.php @@ -1,7 +1,7 @@ artisan('firefly-iii:csv-import ' . implode(' ', $parameters)) ->expectsOutput(sprintf('Import file : %s', $file)) ->expectsOutput(sprintf('Configuration file : %s', $config)) - ->expectsOutput('User : #1 (thegrumpydictator@gmail.com)') + ->expectsOutput('User : #1 (james@firefly-iii.org)') ->expectsOutput(sprintf('Job : %s', $importJob->key)) ->assertExitCode(0); @@ -184,7 +184,7 @@ class CreateCSVImportTest extends TestCase $this->artisan('firefly-iii:csv-import ' . implode(' ', $parameters)) ->expectsOutput(sprintf('Import file : %s', $file)) ->expectsOutput(sprintf('Configuration file : %s', $config)) - ->expectsOutput('User : #1 (thegrumpydictator@gmail.com)') + ->expectsOutput('User : #1 (james@firefly-iii.org)') ->expectsOutput(sprintf('Job : %s', $importJob->key)) ->expectsOutput('No transactions have been imported :(.') ->assertExitCode(0); @@ -258,7 +258,7 @@ class CreateCSVImportTest extends TestCase $this->artisan('firefly-iii:csv-import ' . implode(' ', $parameters)) ->expectsOutput(sprintf('Import file : %s', $file)) ->expectsOutput(sprintf('Configuration file : %s', $config)) - ->expectsOutput('User : #1 (thegrumpydictator@gmail.com)') + ->expectsOutput('User : #1 (james@firefly-iii.org)') ->expectsOutput(sprintf('Job : %s', $importJob->key)) ->expectsOutput('- I am an error') ->assertExitCode(0); @@ -321,7 +321,7 @@ class CreateCSVImportTest extends TestCase $this->artisan('firefly-iii:csv-import ' . implode(' ', $parameters)) ->expectsOutput(sprintf('Import file : %s', $file)) ->expectsOutput(sprintf('Configuration file : %s', $config)) - ->expectsOutput('User : #1 (thegrumpydictator@gmail.com)') + ->expectsOutput('User : #1 (james@firefly-iii.org)') ->expectsOutput(sprintf('Job : %s', $importJob->key)) ->expectsOutput('The import routine crashed: I am storage error.') ->assertExitCode(1); @@ -378,7 +378,7 @@ class CreateCSVImportTest extends TestCase $this->artisan('firefly-iii:csv-import ' . implode(' ', $parameters)) ->expectsOutput(sprintf('Import file : %s', $file)) ->expectsOutput(sprintf('Configuration file : %s', $config)) - ->expectsOutput('User : #1 (thegrumpydictator@gmail.com)') + ->expectsOutput('User : #1 (james@firefly-iii.org)') ->expectsOutput(sprintf('Job : %s', $importJob->key)) ->expectsOutput('The import routine crashed: I am big bad exception.') ->assertExitCode(1); @@ -429,7 +429,7 @@ class CreateCSVImportTest extends TestCase $this->artisan('firefly-iii:csv-import ' . implode(' ', $parameters)) ->expectsOutput(sprintf('Import file : %s', $file)) ->expectsOutput(sprintf('Configuration file : %s', $config)) - ->expectsOutput('User : #1 (thegrumpydictator@gmail.com)') + ->expectsOutput('User : #1 (james@firefly-iii.org)') ->expectsOutput(sprintf('Job : %s', $importJob->key)) ->expectsOutput('Some file error.') ->assertExitCode(1); diff --git a/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php b/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php index 93bfcb456a..57b1b7c0e6 100644 --- a/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php +++ b/tests/Unit/Console/Commands/Integrity/ReportEmptyObjectsTest.php @@ -1,7 +1,7 @@ hasTo('thegrumpydictator@gmail.com') && '127.0.0.1' === $mail->ipAddress; + return $mail->hasTo('james@firefly-iii.org') && '127.0.0.1' === $mail->ipAddress; } ); diff --git a/tests/Unit/Handlers/Events/AdminEventHandlerTest.php b/tests/Unit/Handlers/Events/AdminEventHandlerTest.php index 290acad0a5..d5bd1d6d59 100644 --- a/tests/Unit/Handlers/Events/AdminEventHandlerTest.php +++ b/tests/Unit/Handlers/Events/AdminEventHandlerTest.php @@ -1,7 +1,7 @@ hasTo('thegrumpydictator@gmail.com') && '127.0.0.1' === $mail->ipAddress; + return $mail->hasTo('james@firefly-iii.org') && '127.0.0.1' === $mail->ipAddress; } ); diff --git a/tests/Unit/Handlers/Events/AutomationHandlerTest.php b/tests/Unit/Handlers/Events/AutomationHandlerTest.php index 211c078e46..58d3c9e668 100644 --- a/tests/Unit/Handlers/Events/AutomationHandlerTest.php +++ b/tests/Unit/Handlers/Events/AutomationHandlerTest.php @@ -1,7 +1,7 @@ hasTo('thegrumpydictator@gmail.com') && '127.0.0.1' === $mail->ipAddress; + return $mail->hasTo('james@firefly-iii.org') && '127.0.0.1' === $mail->ipAddress; } ); } diff --git a/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php b/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php index 63a3c00584..c8e0a4f3e8 100644 --- a/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php +++ b/tests/Unit/Handlers/Events/StoredGroupEventHandlerTest.php @@ -1,7 +1,7 @@