summaryrefslogtreecommitdiffstats
path: root/tests/unit/businesslayer/ItemBusinessLayerTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 22:45:24 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 22:45:24 +0200
commit1fbe0ea4cf1abcd98bcaae5750e372c244e08aeb (patch)
tree95022bda57fe750c57b9aa79989692536f2f76d1 /tests/unit/businesslayer/ItemBusinessLayerTest.php
parent04d7d834f3192ea5b652f59a01bc80ac1ae961f0 (diff)
more style fixes
Diffstat (limited to 'tests/unit/businesslayer/ItemBusinessLayerTest.php')
-rw-r--r--tests/unit/businesslayer/ItemBusinessLayerTest.php3
1 files changed, 1 insertions, 2 deletions
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();
}