Skip to content
This repository has been archived by the owner on Jan 29, 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
1 parent 20155cb commit d0c1a7e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions test/Definition/ArrayDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ZendTest\Di\Definition;

use Zend\Di\Definition\ArrayDefinition,
PHPUnit_Framework_TestCase as TestCase;
use Zend\Di\Definition\ArrayDefinition;
use PHPUnit_Framework_TestCase as TestCase;

class ArrayDefinitionTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions test/Definition/RuntimeDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ZendTest\Di\Definition;

use Zend\Di\Definition\RuntimeDefinition,
PHPUnit_Framework_TestCase as TestCase;
use Zend\Di\Definition\RuntimeDefinition;
use PHPUnit_Framework_TestCase as TestCase;

class RuntimeDefinitionTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions test/InstanceManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ZendTest\Di;

use Zend\Di\InstanceManager,
PHPUnit_Framework_TestCase as TestCase;
use Zend\Di\InstanceManager;
use PHPUnit_Framework_TestCase as TestCase;

class InstanceManagerTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions test/ServiceLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ZendTest\Di;

use Zend\Di\ServiceLocator,
PHPUnit_Framework_TestCase as TestCase;
use Zend\Di\ServiceLocator;
use PHPUnit_Framework_TestCase as TestCase;

class ServiceLocatorTest extends TestCase
{
Expand Down

0 comments on commit d0c1a7e

Please sign in to comment.