);
}
-
-
/**
* Test the Arrays::walkRecursive() function.
*
);
}
- /**
- * Test the api_format_items_embeded_images() function.
- *
- * @return void
- */
- public function testApiFormatItemsEmbededImages()
- {
- /*
- self::assertEquals(
- 'text ' . DI::baseUrl() . '/display/item_guid',
- api_format_items_embeded_images(['guid' => 'item_guid'], 'text data:image/foo')
- );
- */
- }
-
/**
* Test the api_lists_list() function.
*
api_lists_ownerships('json');
}
- /**
- * Test the api_statuses_f() function.
- *
- * @return void
- */
- public function testApiStatusesFWithIncoming()
- {
- // $result = api_statuses_f('incoming');
- // self::assertArrayHasKey('user', $result);
- }
-
/**
* Test the api_fr_photos_list() function.
*
$this->markTestIncomplete();
}
- /**
- * Test the api_clean_plain_items() function.
- *
- * @return void
- */
- public function testApiCleanPlainItems()
- {
- //$_REQUEST['include_entities'] = 'true';
- //$result = api_clean_plain_items('some_text [url="some_url"]some_text[/url]');
- //self::assertEquals('some_text [url="some_url"]"some_url"[/url]', $result);
- }
-
/**
* Test the api_friendica_group_show() function.
*