mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Test_User_Backend::getUser() does not return an array, it returns a string.
This commit is contained in:
@@ -39,7 +39,7 @@ abstract class Test_User_Backend extends PHPUnit_Framework_TestCase {
|
||||
/**
|
||||
* get a new unique user name
|
||||
* test cases can override this in order to clean up created user
|
||||
* @return array
|
||||
* @return string
|
||||
*/
|
||||
public function getUser() {
|
||||
return uniqid('test_');
|
||||
|
||||
Reference in New Issue
Block a user