Skip to content
Snippets Groups Projects
Commit 46cd3082 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Test_User_Backend::getUser() does not return an array, it returns a string.

parent 00a05888
No related branches found
No related tags found
No related merge requests found
......@@ -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_');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment