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

This commit is contained in:
Andreas Fischer 2013-10-08 19:14:13 +02:00
parent 00a0588807
commit 46cd3082b0
1 changed files with 1 additions and 1 deletions

View File

@ -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_');