]> git.agnieray.net Git - galette.git/blobdiff - tests/Galette/DynamicFields/tests/units/Separator.php
Use same permissions in dynamic and core fields
[galette.git] / tests / Galette / DynamicFields / tests / units / Separator.php
index 6c68f906bf4c509c15e3d191303d545736af17ec..4d5470901bf50637d79eb5a9daba00804935b789 100644 (file)
@@ -96,7 +96,7 @@ class Separator extends TestCase
         $has_s = $this->separator->hasSize();
         $this->assertFalse($has_s);
 
-        $perms = $this->separator->getPerm();
+        $perms = $this->separator->getPermission();
         $this->assertNull($perms);
 
         $width = $this->separator->getWidth();