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

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Storage/Chain.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Authentication\Storage;

use Zend\Authentication\Storage\StorageInterface;
use Zend\Stdlib\PriorityQueue;

class Chain implements StorageInterface
Expand Down
2 changes: 1 addition & 1 deletion test/Adapter/Http/ApacheResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* @group Zend_Auth
*/
class ApacheTest extends \PHPUnit_Framework_TestCase
class ApacheResolverTest extends \PHPUnit_Framework_TestCase
{
/**
* Path to test files
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 @@ -14,7 +14,7 @@
/**
* @group Zend_Auth
*/
class FileTest extends \PHPUnit_Framework_TestCase
class FileResolverTest extends \PHPUnit_Framework_TestCase
{
/**
* Path to test files
Expand Down
2 changes: 1 addition & 1 deletion test/Adapter/TestAsset/OpenIdResponseHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

OpenId::$exitOnRedirect = false;

class ResponseHelper extends Response
class OpenIdResponseHelper extends Response
{
private $_canSendHeaders;

Expand Down
4 changes: 2 additions & 2 deletions test/Validator/AuthenticationTest.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\Validator;
namespace ZendTest\Authentication\Validator;

use Zend\Authentication\Validator\Authentication as AuthenticationValidator;
use Zend\Authentication\AuthenticationService;
Expand All @@ -17,7 +17,7 @@
/**
* @group Zend_Validator
*/
class AthenticationTest extends \PHPUnit_Framework_TestCase
class AuthenticationTest extends \PHPUnit_Framework_TestCase
{
protected $validator;

Expand Down

0 comments on commit cb65c9a

Please sign in to comment.