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

Commit

Permalink
Merge 739548c into 86d5a28
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jun 2, 2015
2 parents 86d5a28 + 739548c commit 70d8ac2
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion test/HeaderSecurityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\HeaderSecurity;
Expand Down
2 changes: 1 addition & 1 deletion test/MessageTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\Request;
Expand Down
2 changes: 1 addition & 1 deletion test/PhpInputStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\PhpInputStream;
Expand Down
2 changes: 1 addition & 1 deletion test/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\Request;
Expand Down
3 changes: 1 addition & 2 deletions test/Response/SapiEmitterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
namespace ZendTest\Diactoros\Response;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\HeaderStack; // test asset
use Zend\Diactoros\Response;
use Zend\Diactoros\Response\SapiEmitter;
use Zend\Diactoros\SapiResponse; // test asset
use Zend\Diactoros\Stream;
use ZendTest\Diactoros\TestAsset\HeaderStack;

class SapiEmitterTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion test/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\Response;
Expand Down
2 changes: 1 addition & 1 deletion test/ServerRequestFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use ReflectionProperty;
Expand Down
2 changes: 1 addition & 1 deletion test/ServerRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use ReflectionProperty;
Expand Down
4 changes: 2 additions & 2 deletions test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\HeaderStack; // test asset
use Zend\Diactoros\Server;
use ZendTest\Diactoros\TestAsset\HeaderStack;

class ServerTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion test/StreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use ReflectionProperty;
Expand Down
2 changes: 1 addition & 1 deletion test/TestAsset/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros\TestAsset;

/**
* Store output artifacts
Expand Down
2 changes: 1 addition & 1 deletion test/TestAsset/SapiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

namespace Zend\Diactoros\Response;

use Zend\Diactoros\HeaderStack;
use ZendTest\Diactoros\TestAsset\HeaderStack;

/**
* Have headers been sent?
Expand Down
2 changes: 1 addition & 1 deletion test/UploadedFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use ReflectionProperty;
Expand Down
2 changes: 1 addition & 1 deletion test/UriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Diactoros;
namespace ZendTest\Diactoros;

use PHPUnit_Framework_TestCase as TestCase;
use Zend\Diactoros\Uri;
Expand Down

0 comments on commit 70d8ac2

Please sign in to comment.