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
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ZendTest\Uri;

use Zend\Uri\File as FileUri,
PHPUnit_Framework_TestCase as TestCase;
use Zend\Uri\File as FileUri;
use PHPUnit_Framework_TestCase as TestCase;

/**
* @category Zend
Expand Down
4 changes: 2 additions & 2 deletions test/HttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ZendTest\Uri;

use Zend\Uri\Http as HttpUri,
PHPUnit_Framework_TestCase as TestCase;
use Zend\Uri\Http as HttpUri;
use PHPUnit_Framework_TestCase as TestCase;

/**
* @category Zend
Expand Down
4 changes: 2 additions & 2 deletions test/MailtoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ZendTest\Uri;

use Zend\Uri\Mailto as MailtoUri,
PHPUnit_Framework_TestCase as TestCase;
use Zend\Uri\Mailto as MailtoUri;
use PHPUnit_Framework_TestCase as TestCase;

/**
* @category Zend
Expand Down

0 comments on commit fd2330d

Please sign in to comment.