]> git.mxchange.org Git - friendica.git/commitdiff
Sadly mark incomplete Twitter/ContactEndpoint tests
authorPhilipp <admin@philipp.info>
Thu, 9 Dec 2021 20:47:49 +0000 (21:47 +0100)
committerPhilipp <admin@philipp.info>
Thu, 9 Dec 2021 20:47:49 +0000 (21:47 +0100)
tests/src/Module/Api/Twitter/ContactEndpointTest.php

index 65d28c45227a9a011fdd2622945a46b2e2489a55..01e337cf786dc7679d75bab5dc92b92080c724a8 100644 (file)
@@ -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' => [],