Fix patch naming mess

This commit is contained in:
Romain Neutron
2013-11-07 15:37:58 +01:00
parent 95b0c24d4b
commit f8411a604e
45 changed files with 53 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320 implements patchInterface
class patch_320alpha1a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320ab implements patchInterface
class patch_320alpha1b implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320a implements patchInterface
class patch_320alpha2a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320b implements patchInterface
class patch_320alpha3a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320c implements patchInterface
class patch_320alpha4a implements patchInterface
{
/**
*

View File

@@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320f implements patchInterface
class patch_320alpha4b implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320d implements patchInterface
class patch_320alpha5a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320e implements patchInterface
class patch_320alpha6a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_320h implements patchInterface
class patch_320alpha8a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_360 implements patchInterface
class patch_360alpha1a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_3602 implements patchInterface
class patch_360alpha1b implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_3603 implements patchInterface
class patch_360alpha2a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_3604 implements patchInterface
class patch_360alpha2b implements patchInterface
{
/**
*

View File

@@ -17,13 +17,13 @@ use Doctrine\ORM\Tools\Pagination\Paginator;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_361 implements patchInterface
class patch_361alpha1a implements patchInterface
{
/**
*
* @var string
*/
private $release = '3.6.1';
private $release = '3.6.1-alpha.1';
/**
*

View File

@@ -16,13 +16,13 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370 implements patchInterface
class patch_370alpha1a implements patchInterface
{
/**
*
* @var string
*/
private $release = '3.7.0-alpha.2';
private $release = '3.7.0-alpha.1';
/**
*

View File

@@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370a3 implements patchInterface
class patch_370alpha3a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370a4 implements patchInterface
class patch_370alpha4a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370a5 implements patchInterface
class patch_370alpha5a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370a6 implements patchInterface
class patch_370alpha6a implements patchInterface
{
/**
*

View File

@@ -18,7 +18,7 @@ use MediaAlchemyst\Specification\Image as ImageSpec;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370a7 implements patchInterface
class patch_370alpha7a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370a8 implements patchInterface
class patch_370alpha8a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_370a9 implements patchInterface
class patch_370alpha9a implements patchInterface
{
/**
*

View File

@@ -12,12 +12,12 @@
use Alchemy\Phrasea\Application;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class patch_3715 implements patchInterface
class patch_3715alpha1a implements patchInterface
{
/**
* @var string
*/
private $release = '3.7.15';
private $release = '3.7.15-alpha1';
/**
*

View File

@@ -16,13 +16,13 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_371 implements patchInterface
class patch_371alpha1a implements patchInterface
{
/**
*
* @var string
*/
private $release = '3.7.1';
private $release = '3.7.1-alpha1';
/**
*

View File

@@ -16,13 +16,13 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_373 implements patchInterface
class patch_373alpha1a implements patchInterface
{
/**
*
* @var string
*/
private $release = '3.7.3';
private $release = '3.7.3-alpha1';
/**
*

View File

@@ -11,13 +11,13 @@
use Alchemy\Phrasea\Application;
class patch_379 implements patchInterface
class patch_379alpha1a implements patchInterface
{
/**
*
* @var string
*/
private $release = '3.7.9';
private $release = '3.7.9-alpha1';
/**
*

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3810 implements patchInterface
class patch_380alpha10a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.10';

View File

@@ -13,7 +13,7 @@ use Alchemy\Phrasea\Application;
use Entities\Session;
use Entities\SessionModule;
class patch_3811 implements patchInterface
class patch_380alpha11a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.11';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3813 implements patchInterface
class patch_380alpha13a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.13';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3814 implements patchInterface
class patch_380alpha14a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.14';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3815 implements patchInterface
class patch_380alpha15a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.15';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3816 implements patchInterface
class patch_380alpha16a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.16';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3817 implements patchInterface
class patch_380alpha17a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.17';

View File

@@ -12,7 +12,7 @@
use Alchemy\Phrasea\Application;
use Symfony\Component\Process\ExecutableFinder;
class patch_3818 implements patchInterface
class patch_380alpha18a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.18';

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_380 implements patchInterface
class patch_380alpha2a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_3802 implements patchInterface
class patch_380alpha2b implements patchInterface
{
/**
*

View File

@@ -17,7 +17,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_380a3 implements patchInterface
class patch_380alpha3a implements patchInterface
{
/**
*

View File

@@ -16,7 +16,7 @@ use Alchemy\Phrasea\Application;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class patch_3803 implements patchInterface
class patch_380alpha3b implements patchInterface
{
/**

View File

@@ -12,7 +12,7 @@
use Alchemy\Phrasea\Application;
use Entities\AuthFailure;
class patch_3805 implements patchInterface
class patch_380alpha4a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.4';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3806 implements patchInterface
class patch_380alpha6a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.6';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3808 implements patchInterface
class patch_380alpha8a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.8';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3809 implements patchInterface
class patch_380alpha9a implements patchInterface
{
/** @var string */
private $release = '3.8.0-alpha.9';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3819 implements patchInterface
class patch_381alpha1a implements patchInterface
{
/** @var string */
private $release = '3.8.1-alpha.1';

View File

@@ -11,7 +11,7 @@
use Alchemy\Phrasea\Application;
class patch_3820 implements patchInterface
class patch_381alpha1b implements patchInterface
{
/** @var string */
private $release = '3.8.1-alpha.1';

View File

@@ -1,13 +1,13 @@
<?php
class patch_3803Test extends PhraseanetPHPUnitAbstract
class patch_380alpha3bTest extends PhraseanetPHPUnitAbstract
{
/**
* @covers patch_3803::apply
* @covers patch_380alpha3b::apply
*/
public function testApplyInPhraseaEnvironment()
{
$patch = new patch_3803();
$patch = new patch_380alpha3b();
$appbox = $this->getMockBuilder('appbox')
->disableOriginalConstructor()