]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/ACLFormaterTest.php
Merge remote-tracking branch 'upstream/develop' into issue-3229
[friendica.git] / tests / src / Util / ACLFormaterTest.php
index 19332f4953239fdbbea8061b04282993238afb2a..76a566baaa8e2042f56b2bf534dc343c5866d973 100644 (file)
@@ -195,6 +195,6 @@ class ACLFormaterTest extends TestCase
        {
                $aclFormatter = new ACLFormatter();
 
-               $this->assertEquals($assert, $aclFormatter->aclToString($input));
+               $this->assertEquals($assert, $aclFormatter->toString($input));
        }
 }