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/ItemBusinessLayerTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/unit/businesslayer/ItemBusinessLayerTest.php') 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