mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add strict types and newlines.
This commit is contained in:
@@ -272,4 +272,4 @@ class CurrencyControllerTest extends TestCase
|
||||
$response->assertHeader('Content-Type', 'application/vnd.api+json');
|
||||
$response->assertSee($currency->name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -225,4 +225,4 @@ class JobConfigurationControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -169,4 +169,4 @@ class VersionCheckEventHandlerTest extends TestCase
|
||||
$handler->checkForUpdates($event);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -590,4 +590,4 @@ class FakeJobConfigurationTest extends TestCase
|
||||
$view = $configurator->getNextView();
|
||||
$this->assertEquals('import.fake.enter-song', $view);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -171,4 +171,4 @@ class FakePrerequisitesTest extends TestCase
|
||||
$this->assertCount(0, $messages);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -144,4 +144,4 @@ class FakeRoutineTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -165,4 +165,4 @@ class AbnAmroDescriptionTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -135,4 +135,4 @@ class IngDescriptionTest extends TestCase
|
||||
$this->assertEquals($row, $result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -58,4 +58,4 @@ class PresidentsChoiceTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -72,4 +72,4 @@ class RabobankDescriptionTest extends TestCase
|
||||
$this->assertEquals($row, $result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -69,4 +69,4 @@ class SnsDescriptionTest extends TestCase
|
||||
$this->assertEquals('Some text', $result[17]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -632,4 +632,4 @@ class ImportArrayStorageTest extends TestCase
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user