mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
spelling: entities
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ca56cf3dab
commit
3147cb22c0
1 changed files with 2 additions and 2 deletions
|
@ -114,11 +114,11 @@ class StatusTest extends FixtureTest
|
|||
}
|
||||
|
||||
/**
|
||||
* Test the api_get_entitities() function.
|
||||
* Test the api_get_entities() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiGetEntititiesWithIncludeEntities()
|
||||
public function testApiGetEntitiesWithIncludeEntities()
|
||||
{
|
||||
$status = $this->statusFactory
|
||||
->createFromItemId(13, ApiTest::SELF_USER['id'], true)
|
||||
|
|
Loading…
Reference in a new issue