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

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	tests/ZendTest/Code/Generator/AbstractGeneratorTest.php
	tests/ZendTest/Code/Generator/ClassGeneratorTest.php
	tests/ZendTest/Code/Generator/DocBlock/Tag/AuthorTagTest.php
	tests/ZendTest/Code/Generator/DocBlock/Tag/LicenseTagTest.php
	tests/ZendTest/Code/Generator/DocBlock/Tag/ParamTagTest.php
	tests/ZendTest/Code/Generator/DocBlock/Tag/ReturnTagTest.php
	tests/ZendTest/Code/Generator/DocBlock/TagTest.php
	tests/ZendTest/Code/Generator/DocBlockGeneratorTest.php
	tests/ZendTest/Code/Generator/FileGeneratorTest.php
	tests/ZendTest/Code/Generator/MethodGeneratorTest.php
	tests/ZendTest/Code/Generator/ParameterGeneratorTest.php
	tests/ZendTest/Code/Generator/PropertyGeneratorTest.php
	tests/ZendTest/Code/Generator/PropertyValueGeneratorTest.php
	tests/ZendTest/Code/Generator/ValueGeneratorTest.php
  • Loading branch information
Maks3w committed Oct 3, 2013
2 parents aa6bf87 + 0cd07ce commit a1c6ddf
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 56 deletions.
4 changes: 0 additions & 4 deletions test/BlockCipherTest.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_Crypt
*/

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

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class BlockCipherTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/HashTest.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_Crypt
*/

namespace ZendTest\Crypt;
Expand All @@ -18,9 +17,6 @@
*/

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class HashTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/HmacTest.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_Crypt
*/

namespace ZendTest\Crypt;
Expand All @@ -18,9 +17,6 @@
*/

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class HmacTest extends \PHPUnit_Framework_TestCase
Expand Down
6 changes: 0 additions & 6 deletions test/Key/Derivation/Pbkdf2Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@
* @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_Crypt
*/

namespace ZendTest\Crypt\Key\Derivation;

use Zend\Crypt\Key\Derivation\Pbkdf2;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
*/
class Pbkdf2Test extends \PHPUnit_Framework_TestCase
{

Expand Down
4 changes: 0 additions & 4 deletions test/Key/Derivation/SaltedS2kTest.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_Crypt
*/

namespace ZendTest\Crypt\Key\Derivation;

use Zend\Crypt\Key\Derivation\SaltedS2k;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class SaltedS2kTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Key/Derivation/ScryptTest.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_Crypt
*/

namespace ZendTest\Crypt\Key\Derivation;

use Zend\Crypt\Key\Derivation\Scrypt;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class ScryptTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Password/ApacheTest.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_Crypt
*/

namespace ZendTest\Crypt\Password;
Expand All @@ -14,9 +13,6 @@
use Zend\Crypt\Password\Exception;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class ApacheTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Password/BcryptTest.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_Crypt
*/

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

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class BcryptTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/PublicKey/DiffieHellmanTest.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_Crypt
*/

namespace ZendTest\Crypt;
Expand All @@ -15,9 +14,6 @@
use Zend\Math\Exception\RuntimeException as MathException;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class DiffieHellmanTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/PublicKey/RsaTest.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_Crypt
*/

namespace ZendTest\Crypt;
Expand All @@ -15,9 +14,6 @@
use Zend\Crypt\PublicKey\Rsa\Exception;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class RsaTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 0 additions & 4 deletions test/Symmetric/McryptTest.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_Crypt
*/

namespace ZendTest\Crypt\Symmetric;
Expand All @@ -16,9 +15,6 @@
use Zend\Config\Config;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class McryptTest extends \PHPUnit_Framework_TestCase
Expand Down
6 changes: 0 additions & 6 deletions test/Symmetric/Padding/Pkcs7Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@
* @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_Crypt
*/

namespace ZendTest\Crypt\Symmetric\Padding;

use Zend\Crypt\Symmetric\Padding\Pkcs7;

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
*/
class Pkcs7Test extends \PHPUnit_Framework_TestCase
{
/** @var Pkcs7 */
Expand Down
4 changes: 0 additions & 4 deletions test/UtilsTest.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_Crypt
*/

namespace ZendTest\Crypt;
Expand All @@ -18,9 +17,6 @@
*/

/**
* @category Zend
* @package Zend_Crypt
* @subpackage UnitTests
* @group Zend_Crypt
*/
class UtilsTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit a1c6ddf

Please sign in to comment.