Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into ZF2-377
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CsrfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace ZendTest\Validator;

use Zend\Session\Configuration\StandardConfiguration;
use Zend\Session\Config\StandardConfig;
use Zend\Session\Container;
use Zend\Validator\Csrf;

Expand All @@ -34,7 +34,7 @@ public function setUp()
{
// Setup session handling
$_SESSION = array();
$sessionConfig = new StandardConfiguration(array(
$sessionConfig = new StandardConfig(array(
'storage' => 'Zend\Session\Storage\ArrayStorage',
));
$sessionManager = new TestAsset\SessionManager($sessionConfig);
Expand Down

0 comments on commit d711927

Please # to comment.