Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/JsonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_JSON
* @covers Zend\Json\Json
*/
class JsonTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Server/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*
* @group Zend_JSON
* @group Zend_JSON_Server
* @covers Zend\Json\Server\Cache<extended>
*/
class CacheTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Server/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/**
* @group Zend_XmlRpc
* @covers Zend\Json\Server\Client<extended>
*/
class ClientTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Server/ErrorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*
* @group Zend_JSON
* @group Zend_JSON_Server
* @covers Zend\Json\Server\Error<extended>
*/
class ErrorTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Server/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/**
* @group Zend_JSON
* @group Zend_JSON_Server
* @covers Zend\Json\Server\Request<extended>
*/
class RequestTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Server/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*
* @group Zend_JSON
* @group Zend_JSON_Server
* @covers Zend\Json\Server\Response<extended>
*/
class ResponseTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Server/Smd/ServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*
* @group Zend_JSON
* @group Zend_JSON_Server
* @covers Zend\Json\Server\Smd\Service<extended>
*/
class ServiceTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Server/SmdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*
* @group Zend_Json
* @group Zend_Json_Server
* @covers Zend\Json\Server\SMD<extended>
*/
class SmdTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*
* @group Zend_JSON
* @group Zend_JSON_Server
* @covers Zend\Json\Server\Server<extended>
*/
class ServerTest extends \PHPUnit_Framework_TestCase
{
Expand Down