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

Commit

Permalink
[psr0] Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jan 4, 2014
1 parent c230694 commit 426a95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Header/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Http;
namespace ZendTest\Http\Header;

use Zend\Http\Header\Cookie;
use Zend\Http\Header\SetCookie;
Expand Down
2 changes: 1 addition & 1 deletion test/Response/ResponseStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Http;
namespace ZendTest\Http\Response;

use Zend\Http\Response\Stream;

Expand Down

0 comments on commit 426a95f

Please sign in to comment.