Adapt naming convention

This commit is contained in:
Philipp Holzer 2019-10-23 21:38:51 +02:00
parent 3eb3e0b5ce
commit c9e1098dd2
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
7 changed files with 28 additions and 30 deletions

View file

@ -195,6 +195,6 @@ class ACLFormaterTest extends TestCase
{
$aclFormatter = new ACLFormatter();
$this->assertEquals($assert, $aclFormatter->aclToString($input));
$this->assertEquals($assert, $aclFormatter->toString($input));
}
}