summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Domain/AclTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-09-21 20:53:12 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-09-22 10:32:35 +0200
commit2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41 (patch)
tree302513f87846d4bc57246b93ba90977ad8b8540b /Tests/Acl/Domain/AclTest.php
parent4368c75cbeb587fede098da5a6c5c705fe19f238 (diff)
downloadsymfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.zip
symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.gz
symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.bz2
fixed CS
Diffstat (limited to 'Tests/Acl/Domain/AclTest.php')
-rw-r--r--Tests/Acl/Domain/AclTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Acl/Domain/AclTest.php b/Tests/Acl/Domain/AclTest.php
index 4b67e62..29acc3a 100644
--- a/Tests/Acl/Domain/AclTest.php
+++ b/Tests/Acl/Domain/AclTest.php
@@ -128,7 +128,7 @@ class AclTest extends \PHPUnit_Framework_TestCase
$acl = $this->getAcl();
$listener = $this->getListener(array(
- $property, 'aceOrder', $property, 'aceOrder', $property
+ $property, 'aceOrder', $property, 'aceOrder', $property,
));
$acl->addPropertyChangedListener($listener);
@@ -358,7 +358,7 @@ class AclTest extends \PHPUnit_Framework_TestCase
$acl->{'insert'.$type}('foo', new UserSecurityIdentity('foo', 'Foo'), 1);
$listener = $this->getListener(array(
- 'mask', 'mask', 'strategy'
+ 'mask', 'mask', 'strategy',
));
$acl->addPropertyChangedListener($listener);