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

Commit

Permalink
Removed all @category, @Package, and @subpackage annotations …
Browse files Browse the repository at this point in the history
- Continue zendframework/zendframework#3508 removing ZendTest
  • Loading branch information
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 67 deletions.
4 changes: 0 additions & 4 deletions test/Adapter/DbTable/CallbackCheckAdapterTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\DbTable;
Expand All @@ -16,9 +15,6 @@
use Zend\Db\Sql\Select as DBSelect;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
* @group Zend_Db_Table
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/DbTable/CredentialTreatmentAdapterTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\DbTable;
Expand All @@ -16,9 +15,6 @@
use Zend\Db\Sql\Select as DBSelect;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
* @group Zend_Db_Table
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/DbTableTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter;

use Zend\Authentication\Adapter;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
* @group Zend_Db_Table
*/
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/DigestTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter;
Expand All @@ -14,9 +13,6 @@
use Zend\Authentication;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class DigestTest extends \PHPUnit_Framework_TestCase
Expand Down
7 changes: 0 additions & 7 deletions test/Adapter/Http/ApacheResolverTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Http;
Expand All @@ -14,9 +13,6 @@
use Zend\Authentication\Result as AuthResult;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class ApacheTest extends \PHPUnit_Framework_TestCase
Expand Down Expand Up @@ -108,9 +104,6 @@ public function testConstructInvalid()
$apache = new Apache($this->_badPath);
}

/**
*
*/
public function providePasswordFiles()
{
$path = __DIR__ . '/TestAsset';
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/Http/AuthTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Http;
Expand All @@ -16,9 +15,6 @@
use Zend\Http\Response;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class AuthTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/Http/FileResolverTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Http;

use Zend\Authentication\Adapter\Http;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class FileTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/Http/ObjectTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Http;
Expand All @@ -18,9 +17,6 @@
use Zend\Http\Response;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class ObjectTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/Http/ProxyTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Http;
Expand All @@ -16,9 +15,6 @@
use Zend\Http\Response;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class ProxyTest extends \PHPUnit_Framework_TestCase
Expand Down
1 change: 0 additions & 1 deletion test/Adapter/Http/TestAsset/BasicAuthObjectResolver.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Http\TestAsset;
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/Ldap/OfflineTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Ldap;
Expand All @@ -14,9 +13,6 @@
use Zend\Ldap;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class OfflineTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/Ldap/OnlineTest.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\Ldap;
Expand All @@ -15,9 +14,6 @@
use Zend\Ldap;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class OnlineTest extends \PHPUnit_Framework_TestCase
Expand Down
6 changes: 0 additions & 6 deletions test/Adapter/TestAsset/OpenIdResponseHelper.php
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_Authentication
*/

namespace ZendTest\Authentication\Adapter\TestAsset;
Expand All @@ -15,11 +14,6 @@

OpenId::$exitOnRedirect = false;

/**
* @category Zend
* @package Zend_Authentication
* @subpackage UnitTests
*/
class ResponseHelper extends Response
{
private $_canSendHeaders;
Expand Down
4 changes: 0 additions & 4 deletions test/AuthenticationServiceTest.php
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_Authentication
*/

namespace ZendTest\Authentication;
Expand All @@ -14,9 +13,6 @@
use Zend\Authentication as Auth;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class AuthenticationServiceTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Storage/ChainTest.php
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_Uri
*/

namespace ZendTest\Authentication\Storage;
Expand All @@ -17,9 +16,6 @@
use PHPUnit_Framework_TestCase as TestCase;

/**
* @category Zend
* @package Zend_Auth
* @subpackage UnitTests
* @group Zend_Auth
*/
class ChainTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion test/TestAsset/SuccessAdapter.php
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_Authentication
*/

namespace ZendTest\Authentication\TestAsset;
Expand Down
4 changes: 0 additions & 4 deletions test/Validator/AuthenticationTest.php
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_I18n
*/

namespace ZendTest\Validator;
Expand All @@ -16,9 +15,6 @@
use ZendTest\Authentication as AuthTest;

/**
* @category Zend
* @package Zend_Validator
* @subpackage UnitTests
* @group Zend_Validator
*/
class AthenticationTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 907c390

Please sign in to comment.