diff --git a/tests/Api/V1/Controllers/AttachmentControllerTest.php b/tests/Api/V1/Controllers/AttachmentControllerTest.php
index e39620347f..ed68ea80ca 100644
--- a/tests/Api/V1/Controllers/AttachmentControllerTest.php
+++ b/tests/Api/V1/Controllers/AttachmentControllerTest.php
@@ -298,4 +298,4 @@ class AttachmentControllerTest extends TestCase
//$response = $this->post('/api/v1/attachments/' . $attachment->id . '/upload',$content, ['Accept' => 'application/json']);
$response->assertStatus(204);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php b/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php
index 4f44c300a4..ccd8c56aa6 100644
--- a/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php
+++ b/tests/Api/V1/Controllers/AvailableBudgetControllerTest.php
@@ -186,4 +186,4 @@ class AvailableBudgetControllerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/BudgetControllerTest.php b/tests/Api/V1/Controllers/BudgetControllerTest.php
index dc5bb91cf9..ad5751b1cc 100644
--- a/tests/Api/V1/Controllers/BudgetControllerTest.php
+++ b/tests/Api/V1/Controllers/BudgetControllerTest.php
@@ -172,4 +172,4 @@ class BudgetControllerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/BudgetLimitControllerTest.php b/tests/Api/V1/Controllers/BudgetLimitControllerTest.php
index a7c283ef4e..5935f47301 100644
--- a/tests/Api/V1/Controllers/BudgetLimitControllerTest.php
+++ b/tests/Api/V1/Controllers/BudgetLimitControllerTest.php
@@ -329,4 +329,4 @@ class BudgetLimitControllerTest extends TestCase
$response->assertSee('Unknown budget.');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/CategoryControllerTest.php b/tests/Api/V1/Controllers/CategoryControllerTest.php
index 672a1a366d..0bfb3dfe16 100644
--- a/tests/Api/V1/Controllers/CategoryControllerTest.php
+++ b/tests/Api/V1/Controllers/CategoryControllerTest.php
@@ -174,4 +174,4 @@ class CategoryControllerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/ConfigurationControllerTest.php b/tests/Api/V1/Controllers/ConfigurationControllerTest.php
index ab958a1f2f..f003a993ac 100644
--- a/tests/Api/V1/Controllers/ConfigurationControllerTest.php
+++ b/tests/Api/V1/Controllers/ConfigurationControllerTest.php
@@ -182,4 +182,4 @@ class ConfigurationControllerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/CurrencyExchangeRateControllerTest.php b/tests/Api/V1/Controllers/CurrencyExchangeRateControllerTest.php
index c6c718b230..1ba9df9e72 100644
--- a/tests/Api/V1/Controllers/CurrencyExchangeRateControllerTest.php
+++ b/tests/Api/V1/Controllers/CurrencyExchangeRateControllerTest.php
@@ -102,4 +102,4 @@ class CurrencyExchangeRateControllerTest extends TestCase
);
$response->assertHeader('Content-Type', 'application/vnd.api+json');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/JournalLinkControllerTest.php b/tests/Api/V1/Controllers/JournalLinkControllerTest.php
index 59720eb5fd..5819cfadaa 100644
--- a/tests/Api/V1/Controllers/JournalLinkControllerTest.php
+++ b/tests/Api/V1/Controllers/JournalLinkControllerTest.php
@@ -236,4 +236,4 @@ class JournalLinkControllerTest extends TestCase
$response->assertSee($journalLink->created_at->toAtomString()); // the creation moment.
$response->assertHeader('Content-Type', 'application/vnd.api+json');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/LinkTypeControllerTest.php b/tests/Api/V1/Controllers/LinkTypeControllerTest.php
index c23a9c06a5..d296d3d7ba 100644
--- a/tests/Api/V1/Controllers/LinkTypeControllerTest.php
+++ b/tests/Api/V1/Controllers/LinkTypeControllerTest.php
@@ -197,4 +197,4 @@ class LinkTypeControllerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Api/V1/Controllers/RecurrenceControllerTest.php b/tests/Api/V1/Controllers/RecurrenceControllerTest.php
index 56f469e4a7..83ab310195 100644
--- a/tests/Api/V1/Controllers/RecurrenceControllerTest.php
+++ b/tests/Api/V1/Controllers/RecurrenceControllerTest.php
@@ -1628,4 +1628,4 @@ class RecurrenceControllerTest extends TestCase
$response->assertHeader('Content-Type', 'application/vnd.api+json');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Account/CreateControllerTest.php b/tests/Feature/Controllers/Account/CreateControllerTest.php
index 1df0d40739..3cc594e6b7 100644
--- a/tests/Feature/Controllers/Account/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Account/CreateControllerTest.php
@@ -125,4 +125,4 @@ class CreateControllerTest extends TestCase
$response->assertStatus(302);
$response->assertSessionHas('success');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Account/DeleteControllerTest.php b/tests/Feature/Controllers/Account/DeleteControllerTest.php
index 7133f2f7dc..572b4872f1 100644
--- a/tests/Feature/Controllers/Account/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Account/DeleteControllerTest.php
@@ -91,4 +91,4 @@ class DeleteControllerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Account/EditControllerTest.php b/tests/Feature/Controllers/Account/EditControllerTest.php
index d9b45c48e7..8e567f0527 100644
--- a/tests/Feature/Controllers/Account/EditControllerTest.php
+++ b/tests/Feature/Controllers/Account/EditControllerTest.php
@@ -169,4 +169,4 @@ class EditControllerTest extends TestCase
$response->assertSessionHas('success');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Account/ShowControllerTest.php b/tests/Feature/Controllers/Account/ShowControllerTest.php
index 323bafe631..3268405a40 100644
--- a/tests/Feature/Controllers/Account/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Account/ShowControllerTest.php
@@ -239,4 +239,4 @@ class ShowControllerTest extends TestCase
$response->assertStatus(302);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Budget/AmountControllerTest.php b/tests/Feature/Controllers/Budget/AmountControllerTest.php
index 5e1ea56dd3..a4f4caba3e 100644
--- a/tests/Feature/Controllers/Budget/AmountControllerTest.php
+++ b/tests/Feature/Controllers/Budget/AmountControllerTest.php
@@ -219,4 +219,4 @@ class AmountControllerTest extends TestCase
$response = $this->get(route('budgets.income', ['2017-01-01', '2017-01-31']));
$response->assertStatus(200);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Budget/CreateControllerTest.php b/tests/Feature/Controllers/Budget/CreateControllerTest.php
index 3f6c64cd70..0b392a45b1 100644
--- a/tests/Feature/Controllers/Budget/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Budget/CreateControllerTest.php
@@ -92,4 +92,4 @@ class CreateControllerTest extends TestCase
$response->assertSessionHas('success');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Budget/DeleteControllerTest.php b/tests/Feature/Controllers/Budget/DeleteControllerTest.php
index 0e763580f0..6cc8436f0f 100644
--- a/tests/Feature/Controllers/Budget/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Budget/DeleteControllerTest.php
@@ -82,4 +82,4 @@ class DeleteControllerTest extends TestCase
$response->assertStatus(302);
$response->assertSessionHas('success');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Budget/EditControllerTest.php b/tests/Feature/Controllers/Budget/EditControllerTest.php
index dd1d7d7e74..55ac0e8cb6 100644
--- a/tests/Feature/Controllers/Budget/EditControllerTest.php
+++ b/tests/Feature/Controllers/Budget/EditControllerTest.php
@@ -91,4 +91,4 @@ class EditControllerTest extends TestCase
$response->assertStatus(302);
$response->assertSessionHas('success');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Budget/IndexControllerTest.php b/tests/Feature/Controllers/Budget/IndexControllerTest.php
index 59bf0e6de9..3ab7a3f11f 100644
--- a/tests/Feature/Controllers/Budget/IndexControllerTest.php
+++ b/tests/Feature/Controllers/Budget/IndexControllerTest.php
@@ -234,4 +234,4 @@ class IndexControllerTest extends TestCase
// has bread crumb
$response->assertSee('
');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Budget/ShowControllerTest.php b/tests/Feature/Controllers/Budget/ShowControllerTest.php
index b0fcfa635e..dc0b485eed 100644
--- a/tests/Feature/Controllers/Budget/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Budget/ShowControllerTest.php
@@ -262,4 +262,4 @@ class ShowControllerTest extends TestCase
// has bread crumb
$response->assertSee('');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Category/NoCategoryControllerTest.php b/tests/Feature/Controllers/Category/NoCategoryControllerTest.php
index 970bebd2c7..02f6aafb5f 100644
--- a/tests/Feature/Controllers/Category/NoCategoryControllerTest.php
+++ b/tests/Feature/Controllers/Category/NoCategoryControllerTest.php
@@ -172,4 +172,4 @@ class NoCategoryControllerTest extends TestCase
// has bread crumb
$response->assertSee('');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Category/ShowControllerTest.php b/tests/Feature/Controllers/Category/ShowControllerTest.php
index d40057c0ff..b678a30176 100644
--- a/tests/Feature/Controllers/Category/ShowControllerTest.php
+++ b/tests/Feature/Controllers/Category/ShowControllerTest.php
@@ -233,4 +233,4 @@ class ShowControllerTest extends TestCase
$response->assertSee('');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Json/ReconcileControllerTest.php b/tests/Feature/Controllers/Json/ReconcileControllerTest.php
index 25dd06716b..2e0a2601b3 100644
--- a/tests/Feature/Controllers/Json/ReconcileControllerTest.php
+++ b/tests/Feature/Controllers/Json/ReconcileControllerTest.php
@@ -119,4 +119,4 @@ class ReconcileControllerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Rule/CreateControllerTest.php b/tests/Feature/Controllers/Rule/CreateControllerTest.php
index b93898f583..f41453df93 100644
--- a/tests/Feature/Controllers/Rule/CreateControllerTest.php
+++ b/tests/Feature/Controllers/Rule/CreateControllerTest.php
@@ -166,4 +166,4 @@ class CreateControllerTest extends TestCase
$response->assertStatus(302);
$response->assertSessionHas('success');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Rule/DeleteControllerTest.php b/tests/Feature/Controllers/Rule/DeleteControllerTest.php
index 7cb9476a77..6b411384b2 100644
--- a/tests/Feature/Controllers/Rule/DeleteControllerTest.php
+++ b/tests/Feature/Controllers/Rule/DeleteControllerTest.php
@@ -75,4 +75,4 @@ class DeleteControllerTest extends TestCase
$response->assertSessionHas('success');
$response->assertRedirect(route('index'));
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Rule/EditControllerTest.php b/tests/Feature/Controllers/Rule/EditControllerTest.php
index a7b2c90508..39ef002eff 100644
--- a/tests/Feature/Controllers/Rule/EditControllerTest.php
+++ b/tests/Feature/Controllers/Rule/EditControllerTest.php
@@ -135,4 +135,4 @@ class EditControllerTest extends TestCase
$response->assertStatus(302);
$response->assertSessionHas('success');
}
-}
\ No newline at end of file
+}
diff --git a/tests/Feature/Controllers/Rule/SelectControllerTest.php b/tests/Feature/Controllers/Rule/SelectControllerTest.php
index 7e8d5faf01..87cca71aee 100644
--- a/tests/Feature/Controllers/Rule/SelectControllerTest.php
+++ b/tests/Feature/Controllers/Rule/SelectControllerTest.php
@@ -186,4 +186,4 @@ class SelectControllerTest extends TestCase
$response = $this->get($uri);
$response->assertStatus(200);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Object/FakeApiContext.php b/tests/Object/FakeApiContext.php
index cf5c585e85..7157692db4 100644
--- a/tests/Object/FakeApiContext.php
+++ b/tests/Object/FakeApiContext.php
@@ -35,4 +35,4 @@ class FakeApiContext
return json_encode(['a' => 'b']);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php b/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php
index dc114e789a..3a1a08b4d4 100644
--- a/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php
+++ b/tests/Unit/Import/JobConfiguration/SpectreJobConfigurationTest.php
@@ -189,4 +189,4 @@ class SpectreJobConfigurationTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php b/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php
index 49fa193fce..b1d8e7344c 100644
--- a/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php
+++ b/tests/Unit/Import/Prerequisites/BunqPrerequisitesTest.php
@@ -215,4 +215,4 @@ class BunqPrerequisitesTest extends TestCase
$this->assertEquals('Some exception', $messages->first());
$this->assertCount(1, $messages);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php b/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php
index 18dc8e2609..e9ea09cc72 100644
--- a/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php
+++ b/tests/Unit/Import/Prerequisites/SpectrePrerequisitesTest.php
@@ -242,4 +242,4 @@ class SpectrePrerequisitesTest extends TestCase
$this->assertEquals(0, $object->storePrerequisites($data)->count());
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Import/Routine/BunqRoutineTest.php b/tests/Unit/Import/Routine/BunqRoutineTest.php
index a2a3b6f28a..32530df53e 100644
--- a/tests/Unit/Import/Routine/BunqRoutineTest.php
+++ b/tests/Unit/Import/Routine/BunqRoutineTest.php
@@ -114,4 +114,4 @@ class BunqRoutineTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Import/Routine/SpectreRoutineTest.php b/tests/Unit/Import/Routine/SpectreRoutineTest.php
index 557df164ae..7883f257ba 100644
--- a/tests/Unit/Import/Routine/SpectreRoutineTest.php
+++ b/tests/Unit/Import/Routine/SpectreRoutineTest.php
@@ -226,4 +226,4 @@ class SpectreRoutineTest extends TestCase
$this->assertTrue(false, $e->getMessage());
}
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php
index 427a848272..2af6e0ac06 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Bunq/ChooseAccountsHandlerTest.php
@@ -444,4 +444,4 @@ class ChooseAccountsHandlerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php
index 089a87e92b..2865cd0382 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Bunq/NewBunqJobHandlerTest.php
@@ -62,4 +62,4 @@ class NewBunqJobHandlerTest extends TestCase
$this->assertTrue($handler->configurationComplete());
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php
index caec067b68..442a0524b2 100644
--- a/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/File/ConfigureUploadHandlerTest.php
@@ -182,4 +182,4 @@ class ConfigureUploadHandlerTest extends TestCase
$this->assertEquals($expected, $result);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php
index 947c80a591..877e24e03e 100644
--- a/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/File/NewFileJobHandlerTest.php
@@ -302,4 +302,4 @@ class NewFileJobHandlerTest extends TestCase
);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php
index 7e6089d9a9..e76be37a67 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseAccountsHandlerTest.php
@@ -656,4 +656,4 @@ class ChooseAccountsHandlerTest extends TestCase
$this->assertEquals($expected, $result);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php
index a565e7e6ca..92c8c9951c 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Spectre/ChooseLoginHandlerTest.php
@@ -271,4 +271,4 @@ class ChooseLoginHandlerTest extends TestCase
$this->assertEquals(['logins' => [$login]], $handler->getNextData());
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php b/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php
index 66d9073ae4..a92319f105 100644
--- a/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php
+++ b/tests/Unit/Support/Import/JobConfiguration/Spectre/DoAuthenticateHandlerTest.php
@@ -103,4 +103,4 @@ class DoAuthenticateHandlerTest extends TestCase
$this->assertEquals(['token-url' => $token->getConnectUrl()], $result);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php b/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php
index 05affa9016..df6f72cb34 100644
--- a/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php
+++ b/tests/Unit/Support/Import/Placeholder/ImportTransactionTest.php
@@ -745,4 +745,4 @@ class ImportTransactionTest extends TestCase
$this->assertEquals('a', $importTransaction->tags[0]);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php b/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php
index 5537abf7bb..a153c93d81 100644
--- a/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Bunq/StageImportDataHandlerTest.php
@@ -502,4 +502,4 @@ class StageImportDataHandlerTest extends TestCase
//$this->assertEquals($expectedTransactions, $transactions);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php b/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php
index ccb76ea512..6ba32b9bfb 100644
--- a/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Bunq/StageNewHandlerTest.php
@@ -314,4 +314,4 @@ class StageNewHandlerTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php b/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php
index 40458c12b2..46d6f38cca 100644
--- a/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php
+++ b/tests/Unit/Support/Import/Routine/File/AssetAccountMapperTest.php
@@ -182,4 +182,4 @@ class AssetAccountMapperTest extends TestCase
$this->assertEquals($expected->id, $result->id);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php b/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php
index 9c274d5b8f..a76ef73a5a 100644
--- a/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php
+++ b/tests/Unit/Support/Import/Routine/File/CSVProcessorTest.php
@@ -82,4 +82,4 @@ class CSVProcessorTest extends TestCase
}
$this->assertEquals([], $result);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php b/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php
index 7ee4ef9711..c067873630 100644
--- a/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php
+++ b/tests/Unit/Support/Import/Routine/File/CurrencyMapperTest.php
@@ -168,4 +168,4 @@ class CurrencyMapperTest extends TestCase
$this->assertNull($result);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php b/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php
index aba92aea0a..482589d2e0 100644
--- a/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php
+++ b/tests/Unit/Support/Import/Routine/File/ImportableConverterTest.php
@@ -536,4 +536,4 @@ class ImportableConverterTest extends TestCase
$this->assertEquals([], $result);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php b/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php
index 3db3f1ccc6..7e71bb71e1 100644
--- a/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php
+++ b/tests/Unit/Support/Import/Routine/File/ImportableCreatorTest.php
@@ -61,4 +61,4 @@ class ImportableCreatorTest extends TestCase
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/LineReaderTest.php b/tests/Unit/Support/Import/Routine/File/LineReaderTest.php
index ae0eb7b245..4c85b2ce22 100644
--- a/tests/Unit/Support/Import/Routine/File/LineReaderTest.php
+++ b/tests/Unit/Support/Import/Routine/File/LineReaderTest.php
@@ -99,4 +99,4 @@ class LineReaderTest extends TestCase
$this->assertEquals($specifics, $lines);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php b/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php
index 9e8ff0da22..cb85933a87 100644
--- a/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php
+++ b/tests/Unit/Support/Import/Routine/File/MappedValuesValidatorTest.php
@@ -124,4 +124,4 @@ class MappedValuesValidatorTest extends TestCase
return $obj;
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php b/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php
index 22fd281170..cea0ebf80c 100644
--- a/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php
+++ b/tests/Unit/Support/Import/Routine/File/MappingConvergerTest.php
@@ -151,4 +151,4 @@ class MappingConvergerTest extends TestCase
$this->assertEquals(0, $result[1][0]->getMappedValue()); // value of mapping is 0.
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php b/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php
index f41f09289c..86e3fab70a 100644
--- a/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php
+++ b/tests/Unit/Support/Import/Routine/File/OpposingAccountMapperTest.php
@@ -216,4 +216,4 @@ class OpposingAccountMapperTest extends TestCase
$mapper->map(null, $amount, []);
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php b/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php
index 63576001d7..0226738703 100644
--- a/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Spectre/StageAuthenticatedHandlerTest.php
@@ -447,4 +447,4 @@ class StageAuthenticatedHandlerTest extends TestCase
}
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php b/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php
index e620538173..5d87619c1b 100644
--- a/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Spectre/StageImportDataHandlerTest.php
@@ -634,4 +634,4 @@ class StageImportDataHandlerTest extends TestCase
}
}
-}
\ No newline at end of file
+}
diff --git a/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php b/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php
index e254ee89bd..9b32655e60 100644
--- a/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php
+++ b/tests/Unit/Support/Import/Routine/Spectre/StageNewHandlerTest.php
@@ -367,4 +367,4 @@ class StageNewHandlerTest extends TestCase
$this->assertTrue(false, $e->getMessage());
}
}
-}
\ No newline at end of file
+}