summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Domain/AuditLoggerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Acl/Domain/AuditLoggerTest.php')
-rw-r--r--Tests/Acl/Domain/AuditLoggerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Acl/Domain/AuditLoggerTest.php b/Tests/Acl/Domain/AuditLoggerTest.php
index a0f38eb..c8522b4 100644
--- a/Tests/Acl/Domain/AuditLoggerTest.php
+++ b/Tests/Acl/Domain/AuditLoggerTest.php
@@ -28,7 +28,7 @@ class AuditLoggerTest extends \PHPUnit_Framework_TestCase
->will($this->returnValue($audit))
;
- $ace
+ $ace
->expects($this->never())
->method('isAuditFailure')
;