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

Commit

Permalink
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 45 deletions.
4 changes: 0 additions & 4 deletions test/Cloud/CloudTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @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_Tag
*/

namespace ZendTest\Tag\Cloud;
Expand All @@ -18,9 +17,6 @@
use ZendTest\Tag\Cloud\TestAsset;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
* @group Zend_Tag
* @group Zend_Tag_Cloud
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Cloud/Decorator/HtmlCloudTest.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_Tag
*/

namespace ZendTest\Tag\Cloud\Decorator;

use Zend\Tag\Cloud\Decorator;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
* @group Zend_Tag
* @group Zend_Tag_Cloud
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Cloud/Decorator/HtmlTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @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_Tag
*/

namespace ZendTest\Tag\Cloud\Decorator;
Expand All @@ -15,9 +14,6 @@
use Zend\Tag\Cloud\Decorator\Exception\InvalidArgumentException;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
* @group Zend_Tag
* @group Zend_Tag_Cloud
*/
Expand Down
6 changes: 0 additions & 6 deletions test/Cloud/TestAsset/CloudDummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Tag
*/

namespace ZendTest\Tag\Cloud\TestAsset;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
*/
class CloudDummy extends \Zend\Tag\Cloud\Decorator\HtmlCloud
{
protected $_foo;
Expand Down
6 changes: 0 additions & 6 deletions test/Cloud/TestAsset/CloudDummy1.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Tag
*/

namespace ZendTest\Tag\Cloud\TestAsset;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
*/
class CloudDummy1 extends \Zend\Tag\Cloud\Decorator\HtmlCloud
{
protected $_foo;
Expand Down
6 changes: 0 additions & 6 deletions test/Cloud/TestAsset/CloudDummy2.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Tag
*/

namespace ZendTest\Tag\Cloud\TestAsset;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
*/
class CloudDummy2 extends \Zend\Tag\Cloud\Decorator\HtmlCloud
{
protected $_foo;
Expand Down
6 changes: 0 additions & 6 deletions test/Cloud/TestAsset/TagDummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Tag
*/

namespace ZendTest\Tag\Cloud\TestAsset;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
*/
class TagDummy extends \Zend\Tag\Cloud\Decorator\HtmlTag
{
protected $_foo;
Expand Down
4 changes: 0 additions & 4 deletions test/ItemListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @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_Tag
*/

namespace ZendTest\Tag;
Expand All @@ -15,9 +14,6 @@
use Zend\Tag\Exception\OutOfBoundsException;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
* @group Zend_Tag
*/
class ItemListTest extends \PHPUnit_Framework_TestCase
Expand Down
6 changes: 1 addition & 5 deletions test/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @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_Tag
*/

namespace ZendTest\Tag;
Expand All @@ -14,14 +13,11 @@
use Zend\Tag\Exception\InvalidArgumentException;

/**
* @category Zend
* @package Zend_Tag
* @subpackage UnitTests
* @group Zend_Tag
*/
class ItemTest extends \PHPUnit_Framework_TestCase
{
public function testConstuctor()
public function testConstructor()
{
$tag = new Tag\Item(array(
'title' => 'foo',
Expand Down

0 comments on commit 1d53602

Please sign in to comment.