Sadly mark incomplete Twitter/ContactEndpoint tests
This commit is contained in:
parent
2b57266c88
commit
732ef70b8d
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,8 @@ class ContactEndpointTest extends FixtureTest
|
||||||
{
|
{
|
||||||
public function testIds()
|
public function testIds()
|
||||||
{
|
{
|
||||||
|
self::markTestIncomplete('Needs overall refactoring due changed method signature - Calling MrPetovan for help ;-)');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$expectedEmpty = [
|
$expectedEmpty = [
|
||||||
'ids' => [],
|
'ids' => [],
|
||||||
|
@ -77,6 +79,8 @@ class ContactEndpointTest extends FixtureTest
|
||||||
*/
|
*/
|
||||||
public function testIdsStringify()
|
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);
|
$result = ContactEndpointMock::ids(Contact::SHARING, 42, -1, ContactEndpoint::DEFAULT_COUNT, true);
|
||||||
|
|
||||||
|
@ -88,6 +92,8 @@ class ContactEndpointTest extends FixtureTest
|
||||||
|
|
||||||
public function testIdsPagination()
|
public function testIdsPagination()
|
||||||
{
|
{
|
||||||
|
self::markTestIncomplete('Needs overall refactoring due changed method signature - Calling MrPetovan for help ;-)');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$expectedDefaultPageResult = [
|
$expectedDefaultPageResult = [
|
||||||
'ids' => [45],
|
'ids' => [45],
|
||||||
|
@ -172,6 +178,8 @@ class ContactEndpointTest extends FixtureTest
|
||||||
*/
|
*/
|
||||||
public function testList()
|
public function testList()
|
||||||
{
|
{
|
||||||
|
self::markTestIncomplete('Needs overall refactoring due changed method signature - Calling MrPetovan for help ;-)');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$expectedEmpty = [
|
$expectedEmpty = [
|
||||||
'users' => [],
|
'users' => [],
|
||||||
|
|
Loading…
Reference in a new issue