From 732ef70b8d1b0a8334c1d1444ce1ed376a1760e1 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 9 Dec 2021 21:47:49 +0100 Subject: [PATCH] Sadly mark incomplete Twitter/ContactEndpoint tests --- tests/src/Module/Api/Twitter/ContactEndpointTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/src/Module/Api/Twitter/ContactEndpointTest.php b/tests/src/Module/Api/Twitter/ContactEndpointTest.php index 65d28c452..01e337cf7 100644 --- a/tests/src/Module/Api/Twitter/ContactEndpointTest.php +++ b/tests/src/Module/Api/Twitter/ContactEndpointTest.php @@ -32,6 +32,8 @@ class ContactEndpointTest extends FixtureTest { public function testIds() { + self::markTestIncomplete('Needs overall refactoring due changed method signature - Calling MrPetovan for help ;-)'); + /* $expectedEmpty = [ 'ids' => [], @@ -77,6 +79,8 @@ class ContactEndpointTest extends FixtureTest */ public function testIdsStringify() { + self::markTestIncomplete('Needs overall refactoring due changed method signature - Calling MrPetovan for help ;-)'); + /* $result = ContactEndpointMock::ids(Contact::SHARING, 42, -1, ContactEndpoint::DEFAULT_COUNT, true); @@ -88,6 +92,8 @@ class ContactEndpointTest extends FixtureTest public function testIdsPagination() { + self::markTestIncomplete('Needs overall refactoring due changed method signature - Calling MrPetovan for help ;-)'); + /* $expectedDefaultPageResult = [ 'ids' => [45], @@ -172,6 +178,8 @@ class ContactEndpointTest extends FixtureTest */ public function testList() { + self::markTestIncomplete('Needs overall refactoring due changed method signature - Calling MrPetovan for help ;-)'); + /* $expectedEmpty = [ 'users' => [],