Skip to content
This repository has been archived by the owner on Jan 29, 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
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/DebugTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
* @link http://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_DebugTest.php
*/

namespace ZendTest;

use Zend\Debug\Debug;

/**
* @category Zend
* @package Zend_Debug
* @subpackage UnitTests
* @group Zend_Debug
*/
class DebugTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit ae3a1af

Please sign in to comment.