mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Adapt test names
This commit is contained in:
parent
fbefb599dc
commit
40b3c69eec
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class BaseApiTest extends ApiTest
|
|||
}
|
||||
|
||||
/**
|
||||
* Test the api_user() function.
|
||||
* Test the BaseApi::getCurrentUserID() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
@ -79,7 +79,7 @@ class DateTimeFormatTest extends MockedTest
|
|||
}
|
||||
|
||||
/**
|
||||
* Test the api_date() function.
|
||||
* Test the DateTimeFormat::API output.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue