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

Commit

Permalink
fixed Validator\Csrt tests
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 8fd4728

Please sign in to comment.