1
0
Fork 0

Move API User tests

This commit is contained in:
Philipp Holzer 2021-12-30 20:51:21 +01:00
commit f0b97d8e13
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
2 changed files with 13 additions and 9 deletions

View file

@ -153,15 +153,7 @@ class ApiTest extends FixtureTest
self::assertEquals($this->selfUser['id'], BaseApi::getCurrentUserID());
}
/**
* Test the api_user() function with an unallowed user.
*
* @return void
*/
public function testApiUserWithUnallowedUser()
{
// self::assertEquals(false, api_user());
}
/**
* Test the api_source() function.