aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/AppTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/AppTest.php')
-rw-r--r--tests/lib/AppFramework/AppTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/AppFramework/AppTest.php b/tests/lib/AppFramework/AppTest.php
index cd3e7c47ad6..ccc694942a1 100644
--- a/tests/lib/AppFramework/AppTest.php
+++ b/tests/lib/AppFramework/AppTest.php
@@ -56,7 +56,7 @@ class AppTest extends \Test\TestCase {
private $controllerMethod;
private $appPath;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->container = new \OC\AppFramework\DependencyInjection\DIContainer('test', array());
@@ -121,7 +121,7 @@ class AppTest extends \Test\TestCase {
}
- protected function tearDown() {
+ protected function tearDown(): void {
rrmdir($this->appPath);
parent::tearDown();
}