diff options
Diffstat (limited to 'Tests/Acl/Domain/AuditLoggerTest.php')
-rw-r--r-- | Tests/Acl/Domain/AuditLoggerTest.php | 2 |
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') ; |