summaryrefslogtreecommitdiffstats
path: root/tests/Test/Repair/Owncloud/InstallCoreBundleTest.php
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-03-24 09:07:54 +0100
committerVincent Petry <vincent@nextcloud.com>2021-03-24 09:07:54 +0100
commit8b92776be48313fd9d949c57b9ddb7c8beea39c0 (patch)
treec362ff879b58930ba02b97b998596eaed92162c1 /tests/Test/Repair/Owncloud/InstallCoreBundleTest.php
parent95e03fba2d933672ec6ead6503d68a48bf264073 (diff)
downloadnextcloud-server-8b92776be48313fd9d949c57b9ddb7c8beea39c0.tar.gz
nextcloud-server-8b92776be48313fd9d949c57b9ddb7c8beea39c0.zip
Bring back forgotten tests
Remove "ocs-provider" test folder reference as it doesn't exist any more. Added back "Test" test subdir and fixed the tests inside. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'tests/Test/Repair/Owncloud/InstallCoreBundleTest.php')
-rw-r--r--tests/Test/Repair/Owncloud/InstallCoreBundleTest.php2
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);