summaryrefslogtreecommitdiffstats
path: root/Acl/Tests/Domain/AuditLoggerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Tests/Domain/AuditLoggerTest.php')
-rw-r--r--Acl/Tests/Domain/AuditLoggerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Tests/Domain/AuditLoggerTest.php b/Acl/Tests/Domain/AuditLoggerTest.php
index 15538d3..ae11474 100644
--- a/Acl/Tests/Domain/AuditLoggerTest.php
+++ b/Acl/Tests/Domain/AuditLoggerTest.php
@@ -73,7 +73,7 @@ class AuditLoggerTest extends \PHPUnit_Framework_TestCase
protected function getEntry()
{
- return $this->getMock('Symfony\Component\Security\Acl\Model\AuditableEntryInterface');
+ return $this->getMockBuilder('Symfony\Component\Security\Acl\Model\AuditableEntryInterface')->getMock();
}
protected function getLogger()