diff options
Diffstat (limited to 'tests/lib/UtilTest.php')
-rw-r--r-- | tests/lib/UtilTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/UtilTest.php b/tests/lib/UtilTest.php index d731085af46..a5ddd50ab27 100644 --- a/tests/lib/UtilTest.php +++ b/tests/lib/UtilTest.php @@ -348,13 +348,13 @@ class UtilTest extends \Test\TestCase { $this->assertNotEmpty($errors); } - protected function setUp() { + protected function setUp(): void { parent::setUp(); \OC_Util::$scripts = []; \OC_Util::$styles = []; } - protected function tearDown() { + protected function tearDown(): void { parent::tearDown(); \OC_Util::$scripts = []; |