From 1fbe0ea4cf1abcd98bcaae5750e372c244e08aeb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 May 2014 22:45:24 +0200 Subject: more style fixes --- tests/unit/businesslayer/BusinessLayerTest.php | 2 +- tests/unit/businesslayer/ItemBusinessLayerTest.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/unit/businesslayer') diff --git a/tests/unit/businesslayer/BusinessLayerTest.php b/tests/unit/businesslayer/BusinessLayerTest.php index e55badcf2..e6695f47f 100644 --- a/tests/unit/businesslayer/BusinessLayerTest.php +++ b/tests/unit/businesslayer/BusinessLayerTest.php @@ -54,7 +54,7 @@ class BusinessLayerTest extends \PHPUnit_Framework_TestCase { ->with($this->equalTo($id), $this->equalTo($user)) ->will($this->returnValue($folder)); - $result = $this->newsBusinessLayer->delete($id, $user); + $this->newsBusinessLayer->delete($id, $user); } diff --git a/tests/unit/businesslayer/ItemBusinessLayerTest.php b/tests/unit/businesslayer/ItemBusinessLayerTest.php index 7ad3dc16e..96faee440 100644 --- a/tests/unit/businesslayer/ItemBusinessLayerTest.php +++ b/tests/unit/businesslayer/ItemBusinessLayerTest.php @@ -296,8 +296,7 @@ class ItemBusinessLayerTest extends \PHPUnit_Framework_TestCase { ->method('deleteReadOlderThanThreshold') ->with($this->equalTo($this->threshold)); - $result = $this->itemBusinessLayer->autoPurgeOld(); - + $this->itemBusinessLayer->autoPurgeOld(); } -- cgit v1.2.3