]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/UserRightsTest.php
NewnoticeAction converted to extend FormAction
[quix0rs-gnu-social.git] / tests / UserRightsTest.php
index d24a172f6f58adad60c030b1d0181b73eefac068..97bf195749d703bde75570f919283f3c13d33730 100644 (file)
@@ -16,7 +16,7 @@ class UserRightsTest extends PHPUnit_Framework_TestCase
 
     function setUp()
     {
-        $user = User::staticGet('nickname', 'userrightstestuser');
+        $user = User::getKV('nickname', 'userrightstestuser');
         if ($user) {
             // Leftover from a broken test run?
             $profile = $user->getProfile();