summaryrefslogtreecommitdiffstats
path: root/tests/Integration/IntegrationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/IntegrationTest.php')
-rw-r--r--tests/Integration/IntegrationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Integration/IntegrationTest.php b/tests/Integration/IntegrationTest.php
index 8dbdec802..13969e7c3 100644
--- a/tests/Integration/IntegrationTest.php
+++ b/tests/Integration/IntegrationTest.php
@@ -58,7 +58,7 @@ abstract class IntegrationTest extends \Test\TestCase
*/
protected $container;
- protected function setUp()
+ protected function setUp(): void
{
parent::setUp();
$app = new Application();
@@ -231,7 +231,7 @@ abstract class IntegrationTest extends \Test\TestCase
}
}
- protected function tearDown()
+ protected function tearDown(): void
{
parent::tearDown();
$this->tearDownUser($this->user);