From 2a83ab02d03c7799cba7e7131755d074e9d731fc Mon Sep 17 00:00:00 2001 From: Maks3w Date: Sat, 4 Jan 2014 12:34:45 +0100 Subject: [PATCH] [psr0] Fix namespaces --- test/PublicKey/DiffieHellmanTest.php | 2 +- test/PublicKey/RsaTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/PublicKey/DiffieHellmanTest.php b/test/PublicKey/DiffieHellmanTest.php index 3b44e7e..1a5ecbf 100644 --- a/test/PublicKey/DiffieHellmanTest.php +++ b/test/PublicKey/DiffieHellmanTest.php @@ -7,7 +7,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -namespace ZendTest\Crypt; +namespace ZendTest\Crypt\PublicKey; use Zend\Crypt\PublicKey\DiffieHellman; use Zend\Math\BigInteger; diff --git a/test/PublicKey/RsaTest.php b/test/PublicKey/RsaTest.php index bb44d1b..5e2766e 100644 --- a/test/PublicKey/RsaTest.php +++ b/test/PublicKey/RsaTest.php @@ -7,7 +7,7 @@ * @license http://framework.zend.com/license/new-bsd New BSD License */ -namespace ZendTest\Crypt; +namespace ZendTest\Crypt\PublicKey; use Zend\Crypt\PublicKey\Rsa; use Zend\Crypt\PublicKey\RsaOptions;