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

Commit

Permalink
[zen-46] Replace use statements in documentation and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w authored and weierophinney committed Jul 11, 2012
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/TestAsset/SessionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

namespace ZendTest\Validator\TestAsset;

use Zend\Session\AbstractManager,
Zend\Session\Configuration as SessionConfiguration,
Zend\Session\Storage as SessionStorage,
Zend\Session\SaveHandler as SessionSaveHandler,
Zend\EventManager\EventManagerInterface;
use Zend\Session\AbstractManager;
use Zend\Session\Configuration as SessionConfiguration;
use Zend\Session\Storage as SessionStorage;
use Zend\Session\SaveHandler as SessionSaveHandler;
use Zend\EventManager\EventManagerInterface;

class SessionManager extends AbstractManager
{
Expand Down

0 comments on commit 866539b

Please sign in to comment.