Skip to content

Commit

Permalink
CS fixes for zendframework#6575
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlundrigan committed Nov 15, 2014
1 parent ea96e3e commit d1b06b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ZendTest/Cache/Storage/Adapter/CommonAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -619,12 +619,10 @@ public function testSetAndGetExpiredItems()
$rs = $this->_storage->getItems(array_keys($items));
ksort($rs); // make comparable
$this->assertEquals($items, $rs);

} elseif ($capabilities->getUseRequestTime()) {
// if the request time will be used as current time all items will
// be available as expiration doesn't work within the same process
$this->assertEquals($items, $rs);

} else {
$this->assertEquals($itemsHigh, $rs);
}
Expand Down

0 comments on commit d1b06b7

Please sign in to comment.