From 9a82b839d10a57d8152543842f9d4f11c935c841 Mon Sep 17 00:00:00 2001 From: Maks3w Date: Sat, 4 Jan 2014 12:34:45 +0100 Subject: [PATCH] [psr0] Fix namespaces --- test/Config/SessionConfigTest.php | 2 +- test/Config/StandardConfigTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Config/SessionConfigTest.php b/test/Config/SessionConfigTest.php index 42c8d5d7..0f8b3c56 100644 --- a/test/Config/SessionConfigTest.php +++ b/test/Config/SessionConfigTest.php @@ -7,7 +7,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -namespace ZendTest\Session; +namespace ZendTest\Session\Config; use Zend\Session\Config\SessionConfig; diff --git a/test/Config/StandardConfigTest.php b/test/Config/StandardConfigTest.php index 2411c700..b4ff1c18 100644 --- a/test/Config/StandardConfigTest.php +++ b/test/Config/StandardConfigTest.php @@ -7,7 +7,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -namespace ZendTest\Session; +namespace ZendTest\Session\Config; use Zend\Session\Config\StandardConfig;