Skip to content

Commit

Permalink
Update old Zend\Config reader usage in Paginator test
Browse files Browse the repository at this point in the history
This bugger didn't match my original grep... Found it with a more specific grep.
  • Loading branch information
EvanDotPro committed Mar 2, 2012
1 parent fbd5b2f commit 1e5c00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Zend/Paginator/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function setUp()
$this->_testCollection = range(1, 101);
$this->_paginator = Paginator\Paginator::factory($this->_testCollection);

$this->_config = new Config\Xml(__DIR__ . '/_files/config.xml');
$this->_config = Config\Factory::fromFile(__DIR__ . '/_files/config.xml', true);

$this->_cache = CacheFactory::factory(array(
'adapter' => array(
Expand Down

0 comments on commit 1e5c00d

Please sign in to comment.