diff options
Diffstat (limited to 'tests/Test/Repair/Owncloud/InstallCoreBundleTest.php')
-rw-r--r-- | tests/Test/Repair/Owncloud/InstallCoreBundleTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test/Repair/Owncloud/InstallCoreBundleTest.php b/tests/Test/Repair/Owncloud/InstallCoreBundleTest.php index 37163aee961..61be5006c41 100644 --- a/tests/Test/Repair/Owncloud/InstallCoreBundleTest.php +++ b/tests/Test/Repair/Owncloud/InstallCoreBundleTest.php @@ -41,7 +41,7 @@ class InstallCoreBundleTest extends TestCase { /** @var InstallCoreBundle */ private $installCoreBundle; - public function setUp() { + public function setUp(): void { parent::setUp(); $this->bundleFetcher = $this->createMock(BundleFetcher::class); $this->config = $this->createMock(IConfig::class); |