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

18 files changed

+0
-68
lines changed

src/Adapter/DbTable/AbstractAdapter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Zend\Authentication\Adapter\DbTable;
1111

12-
1312
use stdClass;
1413
use Zend\Authentication\Result as AuthenticationResult;
1514
use Zend\Authentication\Adapter\AbstractAdapter as BaseAdapter;

test/Adapter/DbTable/CallbackCheckAdapterTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

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

1817
/**
19-
* @category Zend
20-
* @package Zend_Auth
21-
* @subpackage UnitTests
2218
* @group Zend_Auth
2319
* @group Zend_Db_Table
2420
*/

test/Adapter/DbTable/CredentialTreatmentAdapterTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

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

1817
/**
19-
* @category Zend
20-
* @package Zend_Auth
21-
* @subpackage UnitTests
2218
* @group Zend_Auth
2319
* @group Zend_Db_Table
2420
*/

test/Adapter/DbTableTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

1110
namespace ZendTest\Authentication\Adapter;
1211

1312
use Zend\Authentication\Adapter;
1413

1514
/**
16-
* @category Zend
17-
* @package Zend_Auth
18-
* @subpackage UnitTests
1915
* @group Zend_Auth
2016
* @group Zend_Db_Table
2117
*/

test/Adapter/DigestTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

1110
namespace ZendTest\Authentication\Adapter;
@@ -14,9 +13,6 @@
1413
use Zend\Authentication;
1514

1615
/**
17-
* @category Zend
18-
* @package Zend_Auth
19-
* @subpackage UnitTests
2016
* @group Zend_Auth
2117
*/
2218
class DigestTest extends \PHPUnit_Framework_TestCase

test/Adapter/Http/ApacheResolverTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

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

1615
/**
17-
* @category Zend
18-
* @package Zend_Auth
19-
* @subpackage UnitTests
2016
* @group Zend_Auth
2117
*/
2218
class ApacheTest extends \PHPUnit_Framework_TestCase
@@ -108,9 +104,6 @@ public function testConstructInvalid()
108104
$apache = new Apache($this->_badPath);
109105
}
110106

111-
/**
112-
*
113-
*/
114107
public function providePasswordFiles()
115108
{
116109
$path = __DIR__ . '/TestAsset';

test/Adapter/Http/AuthTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

1110
namespace ZendTest\Authentication\Adapter\Http;
@@ -16,9 +15,6 @@
1615
use Zend\Http\Response;
1716

1817
/**
19-
* @category Zend
20-
* @package Zend_Auth
21-
* @subpackage UnitTests
2218
* @group Zend_Auth
2319
*/
2420
class AuthTest extends \PHPUnit_Framework_TestCase

test/Adapter/Http/FileResolverTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

1110
namespace ZendTest\Authentication\Adapter\Http;
1211

1312
use Zend\Authentication\Adapter\Http;
1413

1514
/**
16-
* @category Zend
17-
* @package Zend_Auth
18-
* @subpackage UnitTests
1915
* @group Zend_Auth
2016
*/
2117
class FileTest extends \PHPUnit_Framework_TestCase

test/Adapter/Http/ObjectTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

1110
namespace ZendTest\Authentication\Adapter\Http;
@@ -18,9 +17,6 @@
1817
use Zend\Http\Response;
1918

2019
/**
21-
* @category Zend
22-
* @package Zend_Auth
23-
* @subpackage UnitTests
2420
* @group Zend_Auth
2521
*/
2622
class ObjectTest extends \PHPUnit_Framework_TestCase

test/Adapter/Http/ProxyTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
66
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
8-
* @package Zend_Authentication
98
*/
109

1110
namespace ZendTest\Authentication\Adapter\Http;
@@ -16,9 +15,6 @@
1615
use Zend\Http\Response;
1716

1817
/**
19-
* @category Zend
20-
* @package Zend_Auth
21-
* @subpackage UnitTests
2218
* @group Zend_Auth
2319
*/
2420
class ProxyTest extends \PHPUnit_Framework_TestCase

0 commit comments

Comments
 (0)