]> source.dussan.org Git - nextcloud-server.git/commitdiff
Test_User_Backend::getUser() does not return an array, it returns a string.
authorAndreas Fischer <bantu@owncloud.com>
Tue, 8 Oct 2013 17:14:13 +0000 (19:14 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Tue, 8 Oct 2013 17:36:37 +0000 (19:36 +0200)
tests/lib/user/backend.php

index 40674424c96efb918f0c518532566122a4c60e80..62ea0befbd786d028deee5b27e1333644b791217 100644 (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_');