Skip to content
This repository has been archived by the owner on Apr 28, 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
  • Loading branch information
Ocramius committed Apr 13, 2014
3 parents d6cd012 + 0186e83 + 1beb363 commit 989a8de
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions test/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
class ClientTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Zend_Http_Client_Adapter_Abstract
* @var \Zend\Http\Client\Adapter\AdapterInterface
*/
protected $httpAdapter;

/**
* @var Zend_Http_Client
* @var \Zend\Http\Client
*/
protected $httpClient;

/**
* @var Zend_XmlRpc_Client
* @var \Zend\XmlRpc\Client
*/
protected $xmlrpcClient;

Expand Down
2 changes: 1 addition & 1 deletion test/FaultTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function testLoadXmlThrowsExceptionOnInvalidInput4()
}

/**
* Zend_XmlRpc_Fault::isFault() test
* Zend\XmlRpc\Fault::isFault() test
*/
public function testIsFault()
{
Expand Down
4 changes: 2 additions & 2 deletions test/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
class RequestTest extends \PHPUnit_Framework_TestCase
{
/**
* Zend_XmlRpc_Request object
* @var Zend_XmlRpc_Request
* \Zend\XmlRpc\Request object
* @var \Zend\XmlRpc\Request
*/
protected $_request;

Expand Down
4 changes: 2 additions & 2 deletions test/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
class ResponseTest extends \PHPUnit_Framework_TestCase
{
/**
* Zend_XmlRpc_Response object
* @var Zend_XmlRpc_Response
* Response object
* @var Response
*/
protected $_response;

Expand Down
4 changes: 2 additions & 2 deletions test/Server/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
class CacheTest extends \PHPUnit_Framework_TestCase
{
/**
* Zend_XmlRpc_Server object
* @var Zend_XmlRpc_Server
* Server object
* @var Server
*/
protected $_server;

Expand Down
4 changes: 2 additions & 2 deletions test/Server/FaultTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testAttachFaultExceptionAllowsForDerivativeExceptionClasses()
}

/**
* Zend_XmlRpc_Server_Fault::detachFaultException() test
* Zend\XmlRpc\Server\Fault::detachFaultException() test
*/
public function testDetachFaultException()
{
Expand Down Expand Up @@ -106,7 +106,7 @@ public function testDetachFaultException()
}

/**
* Zend_XmlRpc_Server_Fault::attachObserver() test
* Zend\XmlRpc\Server\Fault::attachObserver() test
*/
public function testAttachObserver()
{
Expand Down
4 changes: 2 additions & 2 deletions test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
class ServerTest extends \PHPUnit_Framework_TestCase
{
/**
* Zend_XmlRpc_Server object
* @var Zend_XmlRpc_Server
* Server object
* @var Server
*/
protected $_server;

Expand Down

0 comments on commit 989a8de

Please sign in to comment.