mirror of
https://github.com/friendica/friendica
synced 2025-04-30 17:04:23 +02:00
Adapt naming convention
This commit is contained in:
parent
3eb3e0b5ce
commit
c9e1098dd2
7 changed files with 28 additions and 30 deletions
|
@ -195,6 +195,6 @@ class ACLFormaterTest extends TestCase
|
|||
{
|
||||
$aclFormatter = new ACLFormatter();
|
||||
|
||||
$this->assertEquals($assert, $aclFormatter->aclToString($input));
|
||||
$this->assertEquals($assert, $aclFormatter->toString($input));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue