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

Commit

Permalink
Merge remote-tracking branch 'Maks3w/hotfix/authentication-namespaces'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/Adapter/Http/AuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Auth\Adapter\Http;
namespace ZendTest\Authentication\Adapter\Http;

use Zend\Authentication\Adapter\Http,
Zend\Http\Headers,
Expand Down
2 changes: 1 addition & 1 deletion test/Adapter/Http/FileResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Auth\Adapter\Http;
namespace ZendTest\Authentication\Adapter\Http;

use Zend\Authentication\Adapter\Http;

Expand Down
2 changes: 1 addition & 1 deletion test/Adapter/Http/ObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Auth\Adapter\Http;
namespace ZendTest\Authentication\Adapter\Http;

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

namespace ZendTest\Auth\Adapter\Http;
namespace ZendTest\Authentication\Adapter\Http;

use Zend\Authentication\Adapter\Http,
Zend\Http\Headers,
Expand Down
2 changes: 1 addition & 1 deletion test/Adapter/Ldap/OfflineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Auth\Adapter\Ldap;
namespace ZendTest\Authentication\Adapter\Ldap;

use Zend\Authentication\Adapter,
Zend\Ldap;
Expand Down
2 changes: 1 addition & 1 deletion test/Adapter/Ldap/OnlineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Auth\Adapter\Ldap;
namespace ZendTest\Authentication\Adapter\Ldap;

use Zend\Authentication,
Zend\Authentication\Adapter,
Expand Down

0 comments on commit 92c32ec

Please # to comment.