summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-04 18:29:44 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-04 20:36:30 +0200
commit8cdccc357060060faca41f4c30466b7b28cd59dd (patch)
tree611b584a9fefcd93987865cf5d5dd9a3a6dd426f /tests/unit/Service
parent6b050c8cee52244ee13fb7d56480c3ac12cbde88 (diff)
Bump christophwurst/nextcloud_testing from 0.7.0 to 0.10.0
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.7.0 to 0.10.0. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.7.0...0.10.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'tests/unit/Service')
-rw-r--r--tests/unit/Service/SocialApiServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Service/SocialApiServiceTest.php b/tests/unit/Service/SocialApiServiceTest.php
index a2033a41..8b5db3d3 100644
--- a/tests/unit/Service/SocialApiServiceTest.php
+++ b/tests/unit/Service/SocialApiServiceTest.php
@@ -78,7 +78,7 @@ class SocialApiServiceTest extends TestCase {
];
}
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->manager = $this->createMock(IManager::class);