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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6130-Zend_-classnames-re…
Browse files Browse the repository at this point in the history
…placement' into develop

Close zendframework/zendframework#6130
Forward Port zendframework/zendframework#6130
  • Loading branch information
Ocramius committed Apr 13, 2014
4 parents 223cfff + 4e9baee + c1bb548 + 3f3c2ff commit cef7726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions test/Adapter/Http/ApacheResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ class ApacheResolverTest extends \PHPUnit_Framework_TestCase
*/
protected $_badPath;

/**
* Resolver instance
*
* @var Zend_Auth_Adapter_Http_Resolver_File
*/
protected $_resolver;

/**
* Sets the paths to files used in this test, and creates a shared resolver instance
* having a valid path.
Expand Down
2 changes: 1 addition & 1 deletion test/Adapter/Http/AuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AuthTest extends \PHPUnit_Framework_TestCase
/**
* File resolver setup against with HTTP Digest auth file
*
* @var Zend_Auth_Adapter_Http_Resolver_File
* @var Http\FileResolver
*/
protected $_digestResolver;

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 @@ -40,7 +40,7 @@ class FileResolverTest extends \PHPUnit_Framework_TestCase
/**
* Resolver instance
*
* @var Zend_Auth_Adapter_Http_Resolver_File
* @var Http\FileResolver
*/
protected $_resolver;

Expand Down
4 changes: 2 additions & 2 deletions test/Adapter/Http/ProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ class ProxyTest extends \PHPUnit_Framework_TestCase
/**
* File resolver setup against with HTTP Basic auth file
*
* @var Zend_Auth_Adapter_Http_Resolver_File
* @var Http\FileResolver
*/
protected $_basicResolver;

/**
* File resolver setup against with HTTP Digest auth file
*
* @var Zend_Auth_Adapter_Http_Resolver_File
* @var Http\FileResolver
*/
protected $_digestResolver;

Expand Down

0 comments on commit cef7726

Please sign in to comment.