summaryrefslogtreecommitdiffstats
path: root/tests/unit/businesslayer/BusinessLayerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/businesslayer/BusinessLayerTest.php')
-rw-r--r--tests/unit/businesslayer/BusinessLayerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/businesslayer/BusinessLayerTest.php b/tests/unit/businesslayer/BusinessLayerTest.php
index e6695f47f..8b9df37c0 100644
--- a/tests/unit/businesslayer/BusinessLayerTest.php
+++ b/tests/unit/businesslayer/BusinessLayerTest.php
@@ -66,7 +66,7 @@ class BusinessLayerTest extends \PHPUnit_Framework_TestCase {
->method('find')
->with($this->equalTo($id), $this->equalTo($user));
- $result = $this->newsBusinessLayer->find($id, $user);
+ $this->newsBusinessLayer->find($id, $user);
}