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

Commit

Permalink
Merge pull request zendframework/zendframework#5215 from Maks3w/remov…
Browse files Browse the repository at this point in the history
…e-depracted-phpdoc-tags

Removed all @category, @Package, and @subpackage annotations in ZendTest
  • Loading branch information
Maks3w committed Oct 3, 2013
3 parents 7869e69 + 5bc0027 + 89002ef commit 89e1265
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 42 deletions.
5 changes: 0 additions & 5 deletions test/JsonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json;

use Zend\Json;

/**
* @category Zend
* @package Zend_JSON
* @subpackage UnitTests
* @group Zend_JSON
*/
class JsonTest extends \PHPUnit_Framework_TestCase
Expand Down Expand Up @@ -1012,7 +1008,6 @@ public function toJson()

/**
* ISSUE ZF-4946
*
*/
class ToJSONWithExpr
{
Expand Down
4 changes: 0 additions & 4 deletions test/JsonXmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json;
Expand All @@ -23,9 +22,6 @@
*/

/**
* @category Zend
* @package Zend_JSON
* @subpackage UnitTests
* @group Zend_JSON
*/
class JsonXmlTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Server/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\Server;
Expand All @@ -15,9 +14,6 @@
/**
* Test class for Zend_JSON_Server_Cache
*
* @category Zend
* @package Zend_JSON_Server
* @subpackage UnitTests
* @group Zend_JSON
* @group Zend_JSON_Server
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Server/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\Server;
Expand All @@ -18,9 +17,6 @@
use Zend\Json\Server\Response;

/**
* @category Zend
* @package Zend_Json
* @subpackage UnitTests
* @group Zend_XmlRpc
*/
class ClientTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Server/ErrorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\Server;
Expand All @@ -16,9 +15,6 @@
/**
* Test class for Zend_JSON_Server_Error
*
* @category Zend
* @package Zend_JSON_Server
* @subpackage UnitTests
* @group Zend_JSON
* @group Zend_JSON_Server
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Server/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\Server;

use Zend\Json;

/**
* @category Zend
* @package Zend_JSON_Server
* @subpackage UnitTests
* @group Zend_JSON
* @group Zend_JSON_Server
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Server/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\Server;
Expand All @@ -16,9 +15,6 @@
/**
* Test class for Zend_JSON_Server_Response
*
* @category Zend
* @package Zend_JSON_Server
* @subpackage UnitTests
* @group Zend_JSON
* @group Zend_JSON_Server
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Server/Smd/ServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\Server\Smd;
Expand All @@ -16,9 +15,6 @@
/**
* Test class for Zend_JSON_Server_Smd_Service
*
* @category Zend
* @package Zend_JSON_Server
* @subpackage UnitTests
* @group Zend_JSON
* @group Zend_JSON_Server
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Server/SmdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\Server;
Expand All @@ -19,9 +18,6 @@
/**
* Test class for Zend_JSON_Server_Smd
*
* @category Zend
* @package Zend_Json_Server
* @subpackage UnitTests
* @group Zend_Json
* @group Zend_Json_Server
*/
Expand Down
4 changes: 0 additions & 4 deletions test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json;
Expand All @@ -18,9 +17,6 @@
/**
* Test class for Zend_JSON_Server
*
* @category Zend
* @package Zend_JSON_Server
* @subpackage UnitTests
* @group Zend_JSON
* @group Zend_JSON_Server
*/
Expand Down
1 change: 0 additions & 1 deletion test/TestAsset/TestIteratorAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link https://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Json
*/

namespace ZendTest\Json\TestAsset;
Expand Down

0 comments on commit 89e1265

Please sign in to comment.