diff --git a/tests/Alchemy/Tests/Phrasea/ACL/BasketACLTest.php b/tests/Alchemy/Tests/Phrasea/ACL/BasketACLTest.php index 7d1eebdfab..8d0169e136 100644 --- a/tests/Alchemy/Tests/Phrasea/ACL/BasketACLTest.php +++ b/tests/Alchemy/Tests/Phrasea/ACL/BasketACLTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\ACL; use Alchemy\Phrasea\ACL\BasketACL; +/** + * @group functional + * @group legacy + */ class BasketACLTest extends \PhraseanetTestCase { public function testOwnerIsOwner() diff --git a/tests/Alchemy/Tests/Phrasea/Application/ConsoleAPITest.php b/tests/Alchemy/Tests/Phrasea/Application/ConsoleAPITest.php index 04916c38e9..5a714d9264 100644 --- a/tests/Alchemy/Tests/Phrasea/Application/ConsoleAPITest.php +++ b/tests/Alchemy/Tests/Phrasea/Application/ConsoleAPITest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Application; use Symfony\Component\Process\Process; +/** + * @group functional + * @group legacy + */ class ConsoleAPITest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Application/LightboxTest.php b/tests/Alchemy/Tests/Phrasea/Application/LightboxTest.php index c8efac4f5a..152bcf551b 100644 --- a/tests/Alchemy/Tests/Phrasea/Application/LightboxTest.php +++ b/tests/Alchemy/Tests/Phrasea/Application/LightboxTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Application; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class LightboxTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Application/OverviewTest.php b/tests/Alchemy/Tests/Phrasea/Application/OverviewTest.php index 85b7370f60..cbae2afcff 100644 --- a/tests/Alchemy/Tests/Phrasea/Application/OverviewTest.php +++ b/tests/Alchemy/Tests/Phrasea/Application/OverviewTest.php @@ -8,6 +8,12 @@ use Alchemy\Phrasea\Model\Entities\FeedItem; use Alchemy\Phrasea\Model\Serializer\CaptionSerializer; use Symfony\Component\HttpFoundation\File\UploadedFile; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class OverviewTest extends \PhraseanetAuthenticatedWebTestCase { public function testDatafilesRouteAuthenticated() diff --git a/tests/Alchemy/Tests/Phrasea/Application/RootApplicationTest.php b/tests/Alchemy/Tests/Phrasea/Application/RootApplicationTest.php index 45ff22e2b3..3336ef2601 100644 --- a/tests/Alchemy/Tests/Phrasea/Application/RootApplicationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Application/RootApplicationTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Application; use Alchemy\Phrasea\Application; +/** + * @group functional + * @group legacy + */ class RootApplicationTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/ApplicationTest.php b/tests/Alchemy/Tests/Phrasea/ApplicationTest.php index a7f5242449..9bd33eb97d 100644 --- a/tests/Alchemy/Tests/Phrasea/ApplicationTest.php +++ b/tests/Alchemy/Tests/Phrasea/ApplicationTest.php @@ -18,6 +18,10 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpKernel\KernelEvents; use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent; +/** + * @group functional + * @group legacy + */ class ApplicationTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/ACLProviderTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/ACLProviderTest.php index 3adae73034..968f843c58 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/ACLProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/ACLProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Authentication; +/** + * @group functional + * @group legacy + */ class ACLProviderTest extends \PhraseanetTestCase { public function testGetACL() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/AccountCreatorTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/AccountCreatorTest.php index 1fdae00e62..af390d6a73 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/AccountCreatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/AccountCreatorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication; use Alchemy\Phrasea\Authentication\AccountCreator; +/** + * @group functional + * @group legacy + */ class AccountCreatorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/AuthenticatorTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/AuthenticatorTest.php index 1bd46a2b9b..f8f3e38c28 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/AuthenticatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/AuthenticatorTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Authenticator; use Alchemy\Phrasea\Exception\RuntimeException; use Alchemy\Phrasea\Model\Entities\Session; +/** + * @group functional + * @group legacy + */ class AuthenticatorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/ContextTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/ContextTest.php index 6e73ccfa51..f85af077e2 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/ContextTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/ContextTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication; use Alchemy\Phrasea\Authentication\Context; +/** + * @group functional + * @group legacy + */ class ContextTest extends \PhraseanetTestCase { public function testWithValidCOntext() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/ManagerTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/ManagerTest.php index a8be9982bd..33d759025d 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/ManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/ManagerTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication; use Alchemy\Phrasea\Authentication\Manager; +/** + * @group functional + * @group legacy + */ class ManagerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/PersistentCookie/ManagerTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/PersistentCookie/ManagerTest.php index 4d61f86012..b10aa5ae9c 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/PersistentCookie/ManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/PersistentCookie/ManagerTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Authentication\PersistentCookie; use Alchemy\Phrasea\Authentication\PersistentCookie\Manager; use Alchemy\Phrasea\Model\Entities\Session; +/** + * @group functional + * @group legacy + */ class ManagerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureHandledNativeAuthenticationTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureHandledNativeAuthenticationTest.php index f833a076ea..f5ac067d29 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureHandledNativeAuthenticationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureHandledNativeAuthenticationTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication\Phrasea; use Alchemy\Phrasea\Authentication\Phrasea\FailureHandledNativeAuthentication; +/** + * @group functional + * @group legacy + */ class FailureHandledNativeAuthenticationTest extends \PhraseanetTestCase { public function testGetUsrIdWhenSuccessful() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureManagerTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureManagerTest.php index 25918a1f00..bba5c5ba3c 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/FailureManagerTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Model\Entities\AuthFailure; use Gedmo\Timestampable\TimestampableListener; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class FailureManagerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/NativeAuthenticationTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/NativeAuthenticationTest.php index e719d9565b..77bed9884c 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/NativeAuthenticationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/NativeAuthenticationTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Phrasea\NativeAuthentication; use Alchemy\Phrasea\Authentication\Exception\AccountLockedException; use Alchemy\Phrasea\Model\Entities\User; +/** + * @group functional + * @group legacy + */ class NativeAuthenticationTest extends \PhraseanetTestCase { public function testAuthenticationSpecialUser() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/OldPasswordEncoderTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/OldPasswordEncoderTest.php index b4eaf0988e..d31f3691f7 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/OldPasswordEncoderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/OldPasswordEncoderTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication\Phrasea; use Alchemy\Phrasea\Authentication\Phrasea\OldPasswordEncoder; +/** + * @group functional + * @group legacy + */ class OldPasswordEncoderTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/PasswordEncoderTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/PasswordEncoderTest.php index bc1bd56761..248d6a946e 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/PasswordEncoderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Phrasea/PasswordEncoderTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication\Phrasea; use Alchemy\Phrasea\Authentication\Phrasea\PasswordEncoder; +/** + * @group functional + * @group legacy + */ class PasswordEncoderTest extends \PhraseanetTestCase { public function providePasswords() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FacebookTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FacebookTest.php index 2da4fb3a83..9d49b231bf 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FacebookTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FacebookTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Provider\Facebook; use Alchemy\Phrasea\Authentication\Provider\ProviderInterface; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; +/** + * @group functional + * @group legacy + */ class FacebookTest extends ProviderTestCase { public function testGetSetSession() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FactoryTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FactoryTest.php index 118a90a7eb..2f884616ca 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/FactoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication\Provider; use Alchemy\Phrasea\Authentication\Provider\Factory; +/** + * @group functional + * @group legacy + */ class FactoryTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GithubTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GithubTest.php index d0fc6bcc32..c6feaa0844 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GithubTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GithubTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Provider\Github; use Alchemy\Phrasea\Authentication\Provider\ProviderInterface; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; +/** + * @group functional + * @group legacy + */ class GithubTest extends ProviderTestCase { public function provideDataForFailingCallback() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php index c4d0531d91..399eacf35f 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Provider\GooglePlus; use Alchemy\Phrasea\Authentication\Provider\ProviderInterface; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; +/** + * @group functional + * @group legacy + */ class GooglePlusTest extends ProviderTestCase { public function testGetSetGoogleClient() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/LinkedinTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/LinkedinTest.php index 78d7456a93..3cdf7b9417 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/LinkedinTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/LinkedinTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Provider\Linkedin; use Alchemy\Phrasea\Authentication\Provider\ProviderInterface; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; +/** + * @group functional + * @group legacy + */ class LinkedinTest extends ProviderTestCase { public function provideDataForFailingCallback() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/IdentityTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/IdentityTest.php index ffd2c8f6fd..29eb5d9462 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/IdentityTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/IdentityTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication\Provider\Token; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; +/** + * @group functional + * @group legacy + */ class IdentityTest extends \PhraseanetTestCase { public function testThatOffsetAreSetOnConstruct() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/TokenTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/TokenTest.php index 94e7387d5f..2e7fe88b19 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/TokenTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/Token/TokenTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Authentication\Provider\Token; use Alchemy\Phrasea\Authentication\Provider\Token\Token; +/** + * @group functional + * @group legacy + */ class TokenTest extends \PhraseanetTestCase { public function testGetIdAndProvider() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/TwitterTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/TwitterTest.php index 3c1afb68f2..8f4ba765b8 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/TwitterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/TwitterTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Provider\Twitter; use Alchemy\Phrasea\Authentication\Provider\ProviderInterface; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; +/** + * @group functional + * @group legacy + */ class TwitterTest extends ProviderTestCase { public function testGetSetGuzzleClient() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/ViadeoTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/ViadeoTest.php index 9bfb77e7ee..6f3b2ad77f 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/ViadeoTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/ViadeoTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Authentication\Provider\Viadeo; use Alchemy\Phrasea\Authentication\Provider\ProviderInterface; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; +/** + * @group functional + * @group legacy + */ class ViadeoTest extends ProviderTestCase { public function provideDataForFailingCallback() diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/ProvidersCollectionTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/ProvidersCollectionTest.php index 09b799c829..05084836ca 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/ProvidersCollectionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/ProvidersCollectionTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Authentication; use Alchemy\Phrasea\Authentication\ProvidersCollection; use Alchemy\Phrasea\Exception\InvalidArgumentException; +/** + * @group functional + * @group legacy + */ class ProvidersCollectionTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/SuggestionFinderTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/SuggestionFinderTest.php index 185bede88b..aa6762a6ca 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/SuggestionFinderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/SuggestionFinderTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Authentication; use Alchemy\Phrasea\Authentication\Provider\Token\Identity; use Alchemy\Phrasea\Authentication\SuggestionFinder; +/** + * @group functional + * @group legacy + */ class SuggestionFinderTest extends \PhraseanetTestCase { public function testSuggestionIsFound() diff --git a/tests/Alchemy/Tests/Phrasea/Border/Attribute/FactoryTest.php b/tests/Alchemy/Tests/Phrasea/Border/Attribute/FactoryTest.php index 4b281945d6..5d40d403bf 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Attribute/FactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Attribute/FactoryTest.php @@ -9,6 +9,10 @@ use PHPExiftool\Driver\Tag\IPTC\UniqueDocumentID; use PHPExiftool\Driver\Value\Mono; use PHPExiftool\Driver\Metadata\Metadata; +/** + * @group functional + * @group legacy + */ class FactoryTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetaFieldTest.php b/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetaFieldTest.php index 0f682fbd52..b8449020aa 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetaFieldTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetaFieldTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Attribute; use Alchemy\Phrasea\Border\Attribute\MetaField; use Alchemy\Phrasea\Border\Attribute\AttributeInterface; +/** + * @group functional + * @group legacy + */ class MetaFieldTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetadataTest.php b/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetadataTest.php index 8207b114ec..a60e897ae4 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetadataTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Attribute/MetadataTest.php @@ -8,6 +8,10 @@ use PHPExiftool\Driver\Tag\IPTC\ObjectName; use PHPExiftool\Driver\Value\Mono; use PHPExiftool\Driver\Metadata\Metadata as ExiftoolMeta; +/** + * @group functional + * @group legacy + */ class MetadataTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Attribute/StatusTest.php b/tests/Alchemy/Tests/Phrasea/Border/Attribute/StatusTest.php index a0a34b82cf..f6f3c5ed09 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Attribute/StatusTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Attribute/StatusTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Attribute; use Alchemy\Phrasea\Border\Attribute\Status; use Alchemy\Phrasea\Border\Attribute\AttributeInterface; +/** + * @group functional + * @group legacy + */ class StatusTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Attribute/StoryTest.php b/tests/Alchemy/Tests/Phrasea/Border/Attribute/StoryTest.php index ebc73db64e..d73f78e653 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Attribute/StoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Attribute/StoryTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Attribute; use Alchemy\Phrasea\Border\Attribute\Story; use Alchemy\Phrasea\Border\Attribute\AttributeInterface; +/** + * @group functional + * @group legacy + */ class StoryTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/AbstractCheckerTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/AbstractCheckerTest.php index 7e250431c5..1b478bcccd 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/AbstractCheckerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/AbstractCheckerTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Border\File; use Doctrine\ORM\EntityManager; use Symfony\Component\Translation\TranslatorInterface; +/** + * @group functional + * @group legacy + */ class AbstractCheckerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/ColorspaceTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/ColorspaceTest.php index eccb617a37..5e3148286f 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/ColorspaceTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/ColorspaceTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Checker; use Alchemy\Phrasea\Border\File; use Alchemy\Phrasea\Border\Checker\Colorspace; +/** + * @group functional + * @group legacy + */ class ColorspaceTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/DimensionTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/DimensionTest.php index 9c2b64f30a..e95cfbdaf3 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/DimensionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/DimensionTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Checker; use Alchemy\Phrasea\Border\File; use Alchemy\Phrasea\Border\Checker\Dimension; +/** + * @group functional + * @group legacy + */ class DimensionTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/ExtensionTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/ExtensionTest.php index 2df06f336c..4ba57a17b1 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/ExtensionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/ExtensionTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Checker; use Alchemy\Phrasea\Border\File; use Alchemy\Phrasea\Border\Checker\Extension; +/** + * @group functional + * @group legacy + */ class ExtensionTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/FilenameTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/FilenameTest.php index 9c41ac457f..3c2db937c7 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/FilenameTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/FilenameTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Checker; use Alchemy\Phrasea\Border\File; use Alchemy\Phrasea\Border\Checker\Filename; +/** + * @group functional + * @group legacy + */ class FilenameTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/MediaTypeTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/MediaTypeTest.php index 2ca8202267..24f6b0ca50 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/MediaTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/MediaTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Checker; use Alchemy\Phrasea\Border\File; use Alchemy\Phrasea\Border\Checker\MediaType; +/** + * @group functional + * @group legacy + */ class MediaTypeTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/ResponseTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/ResponseTest.php index 393bc4541e..df3079d213 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/ResponseTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/ResponseTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Border\Checker\CheckerInterface; use Alchemy\Phrasea\Border\Checker\Response; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class ResponseTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/Sha256Test.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/Sha256Test.php index 36d8b85b12..fa152bddf9 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/Sha256Test.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/Sha256Test.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Border\Manager; use Alchemy\Phrasea\Border\File; use Alchemy\Phrasea\Border\Checker\Sha256; +/** + * @group functional + * @group legacy + */ class Sha256Test extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/Checker/UUIDTest.php b/tests/Alchemy/Tests/Phrasea/Border/Checker/UUIDTest.php index f2edfe8b32..a6021bc71b 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/Checker/UUIDTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/Checker/UUIDTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border\Checker; use Alchemy\Phrasea\Border\File; use Alchemy\Phrasea\Border\Checker\UUID; +/** + * @group functional + * @group legacy + */ class UUIDTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/CustomExtensionGuesserTest.php b/tests/Alchemy/Tests/Phrasea/Border/CustomExtensionGuesserTest.php index a9632f5d5c..d5a4bacb10 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/CustomExtensionGuesserTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/CustomExtensionGuesserTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Border; use Alchemy\Phrasea\Border\CustomExtensionGuesser; +/** + * @group functional + * @group legacy + */ class CustomExtensionGuesserTest extends \PhraseanetTestCase { public function testGuess() diff --git a/tests/Alchemy/Tests/Phrasea/Border/FileTest.php b/tests/Alchemy/Tests/Phrasea/Border/FileTest.php index 8d2aef2773..85bf37dd68 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/FileTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/FileTest.php @@ -17,6 +17,10 @@ use PHPExiftool\Driver\Metadata\Metadata as PHPExiftoolMetadata; use Alchemy\Phrasea\Border\Attribute\Metadata; use Rhumsaa\Uuid\Uuid; +/** + * @group functional + * @group legacy + */ class FileTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/ManagerTest.php b/tests/Alchemy/Tests/Phrasea/Border/ManagerTest.php index b8db940646..5821ca11d9 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/ManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/ManagerTest.php @@ -14,6 +14,12 @@ use Alchemy\Phrasea\Border\Attribute\Metadata; use Alchemy\Phrasea\Border\Attribute\Status; use Alchemy\Phrasea\Border\Attribute\Story; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class ManagerTest extends \PhraseanetAuthenticatedWebTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/MetaFieldsBagTest.php b/tests/Alchemy/Tests/Phrasea/Border/MetaFieldsBagTest.php index 4b16f534cb..63c4e3ac6a 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/MetaFieldsBagTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/MetaFieldsBagTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Border; use Alchemy\Phrasea\Border\Attribute\MetaField; use Alchemy\Phrasea\Border\MetaFieldsBag; +/** + * @group functional + * @group legacy + */ class MetaFieldsBagTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/MetadataBagTest.php b/tests/Alchemy/Tests/Phrasea/Border/MetadataBagTest.php index 921aabed0c..adca749cc7 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/MetadataBagTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/MetadataBagTest.php @@ -7,6 +7,10 @@ use PHPExiftool\Driver\Metadata\Metadata; use PHPExiftool\Driver\Value\Mono; use PHPExiftool\Driver\Value\Multi; +/** + * @group functional + * @group legacy + */ class MetadataBagTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Border/VisaTest.php b/tests/Alchemy/Tests/Phrasea/Border/VisaTest.php index e1d2ad122d..587afd5630 100644 --- a/tests/Alchemy/Tests/Phrasea/Border/VisaTest.php +++ b/tests/Alchemy/Tests/Phrasea/Border/VisaTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Border\Visa; use Alchemy\Phrasea\Border\Checker\Filename; use Alchemy\Phrasea\Border\Checker\Response; +/** + * @group functional + * @group legacy + */ class VisaTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/CLITest.php b/tests/Alchemy/Tests/Phrasea/CLITest.php index 276a47fcbe..88e9971c6d 100644 --- a/tests/Alchemy/Tests/Phrasea/CLITest.php +++ b/tests/Alchemy/Tests/Phrasea/CLITest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea; use Alchemy\Phrasea\CLI; +/** + * @group functional + * @group legacy + */ class CLITest extends \PhraseanetTestCase { public function testsEmailWithoutQueue() diff --git a/tests/Alchemy/Tests/Phrasea/Cache/ApcCacheTest.php b/tests/Alchemy/Tests/Phrasea/Cache/ApcCacheTest.php index aa50c8cb04..8279c1725d 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/ApcCacheTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/ApcCacheTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use Alchemy\Phrasea\Cache\ApcCache; +/** + * @group functional + * @group legacy + */ class ApcCacheTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Cache/ArrayCacheTest.php b/tests/Alchemy/Tests/Phrasea/Cache/ArrayCacheTest.php index a9205e5e29..6f388389ad 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/ArrayCacheTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/ArrayCacheTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use Alchemy\Phrasea\Cache\ArrayCache; +/** + * @group functional + * @group legacy + */ class ArrayCacheTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Cache/ConnectionFactoryTest.php b/tests/Alchemy/Tests/Phrasea/Cache/ConnectionFactoryTest.php index 7663ee33ca..16cb3a9d0b 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/ConnectionFactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/ConnectionFactoryTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use Alchemy\Phrasea\Cache\ConnectionFactory; use Alchemy\Phrasea\Cache\Factory; +/** + * @group functional + * @group legacy + */ class ConnectionFactoryTest extends \PhraseanetTestCase { public function testGetRedisConnection() diff --git a/tests/Alchemy/Tests/Phrasea/Cache/FactoryTest.php b/tests/Alchemy/Tests/Phrasea/Cache/FactoryTest.php index 7d9a3da909..02ec7ff494 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/FactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/FactoryTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use Alchemy\Phrasea\Cache\ConnectionFactory; use Alchemy\Phrasea\Cache\Factory; +/** + * @group functional + * @group legacy + */ class FactoryTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Cache/ManagerTest.php b/tests/Alchemy/Tests/Phrasea/Cache/ManagerTest.php index fe10be345b..8d59b3e66d 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/ManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/ManagerTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Cache\Manager; use Alchemy\Phrasea\Core\Configuration\Compiler; use Alchemy\Phrasea\Exception\RuntimeException; +/** + * @group functional + * @group legacy + */ class ManagerTest extends \PhraseanetTestCase { private $file; diff --git a/tests/Alchemy/Tests/Phrasea/Cache/MemcacheCacheTest.php b/tests/Alchemy/Tests/Phrasea/Cache/MemcacheCacheTest.php index 4dea01a7c4..d6137cc784 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/MemcacheCacheTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/MemcacheCacheTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use Alchemy\Phrasea\Cache\MemcacheCache; +/** + * @group functional + * @group legacy + */ class MemcacheCacheTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Cache/MemcachedCacheTest.php b/tests/Alchemy/Tests/Phrasea/Cache/MemcachedCacheTest.php index 843e94a730..3607e301f5 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/MemcachedCacheTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/MemcachedCacheTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use Alchemy\Phrasea\Cache\MemcachedCache; +/** + * @group functional + * @group legacy + */ class MemcachedCacheTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Cache/RedisCacheTest.php b/tests/Alchemy/Tests/Phrasea/Cache/RedisCacheTest.php index 7a1ac33ec6..ca85bd8ca3 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/RedisCacheTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/RedisCacheTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use \Alchemy\Phrasea\Cache\RedisCache; +/** + * @group functional + * @group legacy + */ class RedisCacheTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Cache/XcacheCacheTest.php b/tests/Alchemy/Tests/Phrasea/Cache/XcacheCacheTest.php index f474e63883..1a9d7cfe87 100644 --- a/tests/Alchemy/Tests/Phrasea/Cache/XcacheCacheTest.php +++ b/tests/Alchemy/Tests/Phrasea/Cache/XcacheCacheTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Cache; use Alchemy\Phrasea\Cache\XcacheCache; +/** + * @group functional + * @group legacy + */ class XcacheCacheTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Command/CheckConfigTest.php b/tests/Alchemy/Tests/Phrasea/Command/CheckConfigTest.php index 688601a685..cafc6f49af 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/CheckConfigTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/CheckConfigTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command; use Alchemy\Phrasea\Command\CheckConfig; +/** + * @group functional + * @group legacy + */ class CheckConfigTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/CommandTest.php b/tests/Alchemy/Tests/Phrasea/Command/CommandTest.php index c58df865a3..3d2cba33ef 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/CommandTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/CommandTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Command\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; +/** + * @group functional + * @group legacy + */ class CommandTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Command/Compile/ConfigurationTest.php b/tests/Alchemy/Tests/Phrasea/Command/Compile/ConfigurationTest.php index c948b2acd1..2dcd8fec76 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Compile/ConfigurationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Compile/ConfigurationTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Compile; use Alchemy\Phrasea\Command\Compile\Configuration; +/** + * @group functional + * @group legacy + */ class ConfigurationTest extends \PhraseanetTestCase { public function testExecute() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/BowerInstallTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/BowerInstallTest.php index 42872dbf07..a63e99589c 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/BowerInstallTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/BowerInstallTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Developper; use Alchemy\Phrasea\Command\Developer\BowerInstall; +/** + * @group functional + * @group legacy + */ class BowerInstallTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/ComposerInstallTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/ComposerInstallTest.php index 27cf3d88fa..2b51ef7522 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/ComposerInstallTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/ComposerInstallTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Developper; use Alchemy\Phrasea\Command\Developer\ComposerInstall; +/** + * @group functional + * @group legacy + */ class ComposerInstallTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/InstallAllTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/InstallAllTest.php index 65da33e483..040a8381d3 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/InstallAllTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/InstallAllTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Developper; use Alchemy\Phrasea\Command\Developer\InstallAll; +/** + * @group functional + * @group legacy + */ class InstallAllTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/BowerDriverTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/BowerDriverTest.php index 29f7da68fe..a570b49f47 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/BowerDriverTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/BowerDriverTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Command\Developper\Utils; use Alchemy\Phrasea\Command\Developer\Utils\BowerDriver; use Symfony\Component\Process\PhpExecutableFinder; +/** + * @group functional + * @group legacy + */ class BowerDriverTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/ComposerDriverTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/ComposerDriverTest.php index 752beb096e..d5cae7ece0 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/ComposerDriverTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/ComposerDriverTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Command\Developper\Utils; use Alchemy\Phrasea\Command\Developer\Utils\ComposerDriver; use Symfony\Component\Process\PhpExecutableFinder; +/** + * @group functional + * @group legacy + */ class ComposerDriverTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/GruntDriverTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/GruntDriverTest.php index 425f68787a..8ca362a4c9 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/GruntDriverTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/GruntDriverTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Command\Developer\Utils\GruntDriver; use Alchemy\Phrasea\Core\CLIProvider\CLIDriversServiceProvider; use Symfony\Component\Process\PhpExecutableFinder; +/** + * @group functional + * @group legacy + */ class GruntDriverTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/RecessDriverTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/RecessDriverTest.php index 78eba80638..61243f188a 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/RecessDriverTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/RecessDriverTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Developper\Utils; use Alchemy\Phrasea\Command\Developer\Utils\RecessDriver; +/** + * @group functional + * @group legacy + */ class RecessDriverTest extends \PhraseanetTestCase { public function testGetCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/UglifyJsDriverTest.php b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/UglifyJsDriverTest.php index a953c24fce..a9efd4fd28 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/UglifyJsDriverTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Developper/Utils/UglifyJsDriverTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Command\Developer\Utils\UglifyJsDriver; use Alchemy\Phrasea\Core\CLIProvider\CLIDriversServiceProvider; use Symfony\Component\Process\PhpExecutableFinder; +/** + * @group functional + * @group legacy + */ class UglifyJsDriverTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Command/MailTestTest.php b/tests/Alchemy/Tests/Phrasea/Command/MailTestTest.php index d6445ae7e2..f2bc3321ac 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/MailTestTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/MailTestTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command; use Alchemy\Phrasea\Command\MailTest; +/** + * @group functional + * @group legacy + */ class MailTestTest extends \PhraseanetTestCase { public function testMailIsSent() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Plugin/AddPluginTest.php b/tests/Alchemy/Tests/Phrasea/Command/Plugin/AddPluginTest.php index de3f16d58a..e1784cfcbf 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Plugin/AddPluginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Plugin/AddPluginTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Plugin; use Alchemy\Phrasea\Command\Plugin\AddPlugin; +/** + * @group functional + * @group legacy + */ class AddPluginTest extends PluginCommandTestCase { public function testExecute() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Plugin/DisablePluginTest.php b/tests/Alchemy/Tests/Phrasea/Command/Plugin/DisablePluginTest.php index a7a8f9fa3e..06029140c2 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Plugin/DisablePluginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Plugin/DisablePluginTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Plugin; use Alchemy\Phrasea\Command\Plugin\DisablePlugin; +/** + * @group functional + * @group legacy + */ class DisablePluginTest extends PluginCommandTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Command/Plugin/EnablePluginTest.php b/tests/Alchemy/Tests/Phrasea/Command/Plugin/EnablePluginTest.php index be78123757..d5f8c22ba8 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Plugin/EnablePluginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Plugin/EnablePluginTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Plugin; use Alchemy\Phrasea\Command\Plugin\EnablePlugin; +/** + * @group functional + * @group legacy + */ class EnablePluginTest extends PluginCommandTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Command/Plugin/ListPluginTest.php b/tests/Alchemy/Tests/Phrasea/Command/Plugin/ListPluginTest.php index eacdf8cdf9..ea6653c316 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Plugin/ListPluginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Plugin/ListPluginTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Plugin; use Alchemy\Phrasea\Command\Plugin\ListPlugin; +/** + * @group functional + * @group legacy + */ class ListPluginTest extends PluginCommandTestCase { public function testExecute() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Plugin/PluginCommandTestCase.php b/tests/Alchemy/Tests/Phrasea/Command/Plugin/PluginCommandTestCase.php index ef118942ba..69a1c57197 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Plugin/PluginCommandTestCase.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Plugin/PluginCommandTestCase.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Command\Plugin; +/** + * @group functional + * @group legacy + */ class PluginCommandTestCase extends \PhraseanetTestCase { protected function createTemporaryFilesystemMock() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Plugin/RemovePluginTest.php b/tests/Alchemy/Tests/Phrasea/Command/Plugin/RemovePluginTest.php index 3173d960c2..eaf625e01f 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Plugin/RemovePluginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Plugin/RemovePluginTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Plugin; use Alchemy\Phrasea\Command\Plugin\RemovePlugin; +/** + * @group functional + * @group legacy + */ class RemovePluginTest extends PluginCommandTestCase { public function testExecute() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Setup/CheckEnvironmentTest.php b/tests/Alchemy/Tests/Phrasea/Command/Setup/CheckEnvironmentTest.php index db29ded877..f39d055929 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Setup/CheckEnvironmentTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Setup/CheckEnvironmentTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Setup; use Alchemy\Phrasea\Command\Setup\CheckEnvironment; +/** + * @group functional + * @group legacy + */ class CheckEnvironmentTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php b/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php index fb894544ae..10a88c5f1d 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Setup/InstallTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Command\Setup; use Alchemy\Phrasea\Command\Setup\Install; use Symfony\Component\Yaml\Yaml; +/** + * @group functional + * @group legacy + */ class InstallTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Setup/PluginResetTest.php b/tests/Alchemy/Tests/Phrasea/Command/Setup/PluginResetTest.php index 0eadee5ee6..0468cbef0d 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Setup/PluginResetTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Setup/PluginResetTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Setup; use Alchemy\Phrasea\Command\Setup\PluginsReset; +/** + * @group functional + * @group legacy + */ class PluginResetTest extends \PhraseanetTestCase { public function testRun() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Setup/XSendFileMappingGeneratorTest.php b/tests/Alchemy/Tests/Phrasea/Command/Setup/XSendFileMappingGeneratorTest.php index f30a0b4897..0198876823 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Setup/XSendFileMappingGeneratorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Setup/XSendFileMappingGeneratorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Setup; use Alchemy\Phrasea\Command\Setup\XSendFileMappingGenerator; +/** + * @group functional + * @group legacy + */ class XSendFileMappingGeneratorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerPauseTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerPauseTest.php index 7cef0f79e7..53ca46effa 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerPauseTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerPauseTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\SchedulerPauseTasks; +/** + * @group functional + * @group legacy + */ class SchedulerPauseTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerResumeTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerResumeTest.php index c745102d03..8ed237f550 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerResumeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerResumeTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\SchedulerResumeTasks; +/** + * @group functional + * @group legacy + */ class SchedulerResumeTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerRunTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerRunTest.php index 091e9fbb04..3fc388d504 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerRunTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerRunTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\SchedulerRun; +/** + * @group functional + * @group legacy + */ class SchedulerRunTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerStateTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerStateTest.php index 5823501cb4..5f4b7cc4b1 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerStateTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/SchedulerStateTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\SchedulerState; +/** + * @group functional + * @group legacy + */ class SchedulerStateTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskListTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskListTest.php index 74fddd0b4f..2b6e7c430f 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskListTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskListTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\TaskList; +/** + * @group functional + * @group legacy + */ class TaskListTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskRunTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskRunTest.php index 53124eb1d7..38ab960966 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskRunTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskRunTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\TaskRun; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class TaskRunTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStartTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStartTest.php index 97d574c375..88d581c792 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStartTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStartTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\TaskStart; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class TaskStartTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStateTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStateTest.php index e004187299..31f7e0ee70 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStateTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStateTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\TaskState; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class TaskStateTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStopTest.php b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStopTest.php index 47dd3f5363..0d79a9c272 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStopTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/Task/TaskStopTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Command\Task; use Alchemy\Phrasea\Command\Task\TaskStop; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class TaskStopTest extends \PhraseanetTestCase { public function testRunWithoutProblems() diff --git a/tests/Alchemy/Tests/Phrasea/Command/UpgradeDBDatasTest.php b/tests/Alchemy/Tests/Phrasea/Command/UpgradeDBDatasTest.php index bc8976e5b2..f5cf0da138 100644 --- a/tests/Alchemy/Tests/Phrasea/Command/UpgradeDBDatasTest.php +++ b/tests/Alchemy/Tests/Phrasea/Command/UpgradeDBDatasTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Command\UpgradeDBDatas; use Alchemy\Phrasea\Command\Upgrade\Step31; use Alchemy\Phrasea\Command\Upgrade\Step35; +/** + * @group functional + * @group legacy + */ class UpgradeDBDatasTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminCollectionTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminCollectionTest.php index debe979dfd..29e5d4adc7 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminCollectionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminCollectionTest.php @@ -7,6 +7,12 @@ use Alchemy\Phrasea\Authentication\ACLProvider; use Alchemy\Phrasea\Border\File; use Rhumsaa\Uuid\Uuid; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class AdminCollectionTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminDashboardTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminDashboardTest.php index 2acfe9f155..b5a6fef66a 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminDashboardTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/AdminDashboardTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; use Alchemy\Phrasea\Model\Entities\User; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class AdminDashboardTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/ConnectedUserTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/ConnectedUserTest.php index e9e8b7e9f5..9372a1dc6d 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/ConnectedUserTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/ConnectedUserTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class ConnectedUserTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxTest.php index fb23ab2e1c..c4c68552c6 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxTest.php @@ -7,6 +7,12 @@ use Alchemy\Phrasea\Border\File; use Rhumsaa\Uuid\Uuid; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class DataboxTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxesTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxesTest.php index 64837ae32e..e3cd0ef9dd 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxesTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/DataboxesTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class DataboxesTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/FieldsTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/FieldsTest.php index 14c9fd965b..348a916daa 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/FieldsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/FieldsTest.php @@ -5,6 +5,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; use PHPExiftool\Driver\Tag\IPTC\ObjectName; use Alchemy\Phrasea\Vocabulary\Controller as VocabularyController; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class FieldsTest extends \PhraseanetAuthenticatedWebTestCase { public function testRoot() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/PublicationTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/PublicationTest.php index 21c613adbc..19fcdc3542 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/PublicationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/PublicationTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class PublicationTest extends \PhraseanetAuthenticatedWebTestCase { public static $account = null; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/RootTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/RootTest.php index cf42f51e92..a9ad50d0c9 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/RootTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/RootTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class RootTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/SetupTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/SetupTest.php index b1120568f8..1cdb60dc85 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/SetupTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/SetupTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; use Symfony\Component\HttpKernel\Client; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class SetupTest extends \PhraseanetAuthenticatedWebTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/SubdefsTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/SubdefsTest.php index 4ce5e0faea..e314e815cc 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/SubdefsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/SubdefsTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; use Alchemy\Phrasea\Media\Subdef\Image; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class SubdefsTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/TaskManagerTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/TaskManagerTest.php index b7007a9811..939dc48da7 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/TaskManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/TaskManagerTest.php @@ -7,6 +7,12 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Event\PostResponseEvent; use Symfony\Component\HttpKernel\KernelEvents; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class TaskManagerTest extends \PhraseanetAuthenticatedWebTestCase { public function testRouteTaskManagerRoot() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Admin/UsersTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Admin/UsersTest.php index 88edd90311..63bf62a960 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Admin/UsersTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Admin/UsersTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Admin; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class UsersTest extends \PhraseanetAuthenticatedWebTestCase { protected $usersParameters; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJSONPTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJSONPTest.php index e8068dd9d3..db6085331a 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJSONPTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJSONPTest.php @@ -4,6 +4,11 @@ namespace Alchemy\Tests\Phrasea\Controller\Api; use Symfony\Component\HttpFoundation\Response; +/** + * @group functional + * @group legacy + * @group web + */ class ApiJSONPTest extends ApiTestCase { protected function evaluateResponseBadRequest(Response $response) diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJsonTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJsonTest.php index 63167f051f..68eb0da433 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJsonTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJsonTest.php @@ -2,6 +2,11 @@ namespace Alchemy\Tests\Phrasea\Controller\Api; +/** + * @group functional + * @group legacy + * @group web + */ class ApiJsonTest extends ApiTestCase { protected function getParameters(array $parameters = []) diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiRootTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiRootTest.php index 0b29b4e089..ee72f343af 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiRootTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiRootTest.php @@ -5,6 +5,11 @@ namespace Alchemy\Tests\Phrasea\Controller\Api; use Symfony\Component\HttpKernel\Client; use Symfony\Component\HttpFoundation\Response; +/** + * @group functional + * @group legacy + * @group web + */ class ApiRootTest extends \PhraseanetWebTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiYamlTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiYamlTest.php index d9bfd48eb5..0f15b53e53 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiYamlTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Api/ApiYamlTest.php @@ -4,6 +4,11 @@ namespace Alchemy\Tests\Phrasea\Controller\Api; use Symfony\Component\Yaml\Yaml; +/** + * @group functional + * @group legacy + * @group web + */ class ApiYamlTest extends ApiTestCase { protected function getParameters(array $parameters = []) diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Api/OAuth2Test.php b/tests/Alchemy/Tests/Phrasea/Controller/Api/OAuth2Test.php index 2cf52b1961..3cff08fdf7 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Api/OAuth2Test.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Api/OAuth2Test.php @@ -5,6 +5,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Api; use Alchemy\Phrasea\Core\PhraseaEvents; use Alchemy\Phrasea\Authentication\Context; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class OAuth2Test extends \PhraseanetAuthenticatedWebTestCase { protected $queryParameters; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Api/ResultTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Api/ResultTest.php index a8a2c1a3a8..6d2a50e227 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Api/ResultTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Api/ResultTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\ControllerProvider\Api\V1; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Yaml\Parser; +/** + * @group functional + * @group legacy + */ class ResultTest extends \PhraseanetTestCase { public function testFormatJson() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Client/RootTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Client/RootTest.php index bf589e0eb8..2e74f0afa5 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Client/RootTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Client/RootTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Client; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class RootTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/MinifierTest.php b/tests/Alchemy/Tests/Phrasea/Controller/MinifierTest.php index 610510b86c..13bae44990 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/MinifierTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/MinifierTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Controller; +/** + * @group functional + * @group legacy + */ class MinifierTest extends \PhraseanetTestCase { public function setUp() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/BasketTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/BasketTest.php index 3fc39ebbc3..c1cc220358 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/BasketTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/BasketTest.php @@ -6,6 +6,12 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Model\Entities\Basket; use Alchemy\Phrasea\Model\Entities\BasketElement; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class BasketTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/BridgeTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/BridgeTest.php index fa83f81280..1ae76b82ce 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/BridgeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/BridgeTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; require_once __DIR__ . '/../../../../../classes/Bridge/Bridge_datas.inc'; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class BridgeTest extends \PhraseanetAuthenticatedWebTestCase { public static $account = null; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/DoDownloadTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/DoDownloadTest.php index f3d4d66f4f..ea3f02e9e9 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/DoDownloadTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/DoDownloadTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class DoDownloadTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/DownloadTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/DownloadTest.php index 7c8a5726df..670e0d9a3d 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/DownloadTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/DownloadTest.php @@ -6,6 +6,12 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Core\PhraseaEvents; use Symfony\Component\EventDispatcher\Event; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class DownloadTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/EditTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/EditTest.php index 8264c8e2e8..78e670b249 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/EditTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/EditTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class EditTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/ExportTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/ExportTest.php index 51526b7015..8a791a1fa3 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/ExportTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/ExportTest.php @@ -3,6 +3,10 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; /** + * @group functional + * @group legacy + * @group authenticated + * @group web * @todo Test Alchemy\Phrasea\Controller\Prod\Export::exportMail */ class ExportTest extends \PhraseanetAuthenticatedWebTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/FeedTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/FeedTest.php index 69cc2ea12d..0a8cd7a4a9 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/FeedTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/FeedTest.php @@ -6,6 +6,12 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Model\Entities\FeedItem; use Symfony\Component\CssSelector\CssSelector; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class FeedTest extends \PhraseanetAuthenticatedWebTestCase { public function testRequestAvailable() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/LanguageTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/LanguageTest.php index afdcf118cf..822d60d4a2 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/LanguageTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/LanguageTest.php @@ -2,6 +2,11 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + */ class LanguageTest extends \PhraseanetAuthenticatedTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/LazaretTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/LazaretTest.php index 16e0644c9f..38d0d6f05f 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/LazaretTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/LazaretTest.php @@ -7,6 +7,12 @@ use Doctrine\Common\Persistence\ObjectManager; use Symfony\Component\HttpKernel\Client; use Symfony\Component\HttpFoundation\Response; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class LazaretTest extends \PhraseanetAuthenticatedWebTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/MoveCollectionTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/MoveCollectionTest.php index ada982354e..59930c5102 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/MoveCollectionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/MoveCollectionTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class MoveCollectionTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php index 2e59865c05..fc838ed95b 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php @@ -8,6 +8,12 @@ use Symfony\Component\EventDispatcher\Event; use Alchemy\Phrasea\Model\Entities\Order; use Alchemy\Phrasea\Model\Entities\OrderElement; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class OrderTest extends \PhraseanetAuthenticatedWebTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/PrinterTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/PrinterTest.php index 378264f4c2..c99084431e 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/PrinterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/PrinterTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class PrinterTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/PropertyTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/PropertyTest.php index fa2f8d5563..6cc15e8318 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/PropertyTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/PropertyTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; use Alchemy\Phrasea\Border\File; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class PropertyTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/PushTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/PushTest.php index 5f95bebce2..721b2006c5 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/PushTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/PushTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class PushTest extends \PhraseanetAuthenticatedWebTestCase { public function testRoutePOSTSendSlash() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/QueryTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/QueryTest.php index 592774038d..fc4fd234ee 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/QueryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/QueryTest.php @@ -6,6 +6,12 @@ namespace Alchemy\Phrasea\Controller\Prod; use Alchemy\Phrasea\SearchEngine\SearchEngineOptions; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class QueryTest extends \PhraseanetAuthenticatedWebTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/RecordsTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/RecordsTest.php index 146051754b..bfbaa2b83f 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/RecordsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/RecordsTest.php @@ -8,6 +8,10 @@ use Alchemy\Phrasea\Model\Entities\Basket; use Alchemy\Phrasea\Model\Entities\BasketElement; /** + * @group functional + * @group legacy + * @group authenticated + * @group web * @todo Test Alchemy\Phrasea\Controller\Prod\Export::exportMail */ class RecordsTest extends \PhraseanetAuthenticatedWebTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/RootTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/RootTest.php index 434fd95753..95c1d4a675 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/RootTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/RootTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class RootTest extends \PhraseanetAuthenticatedWebTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/ShareTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/ShareTest.php index c5d0aef512..836b656a68 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/ShareTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/ShareTest.php @@ -6,6 +6,12 @@ use Alchemy\Phrasea\Controller\Prod\ShareController; use Alchemy\Phrasea\ControllerProvider\Prod\Share; use Symfony\Component\HttpKernel\Exception\HttpException; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class ShareTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/StoryTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/StoryTest.php index 5a5da1d5c0..8b8e3f08d6 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/StoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/StoryTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; use Symfony\Component\HttpKernel\Client; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class StoryTest extends \PhraseanetAuthenticatedWebTestCase { public function testRootPost() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/TOUTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/TOUTest.php index f178c85124..dbd060f577 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/TOUTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/TOUTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class TOUTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/ToolsTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/ToolsTest.php index 9b234ea1b1..33ed490c28 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/ToolsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/ToolsTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; use Symfony\Component\HttpFoundation\File\UploadedFile; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class ToolsTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/TooltipTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/TooltipTest.php index f16d28fbd3..bec0c49741 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/TooltipTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/TooltipTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; use Alchemy\Phrasea\SearchEngine\SearchEngineOptions; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class TooltipTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/UploadTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/UploadTest.php index f137ad959b..864bd41bc1 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/UploadTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/UploadTest.php @@ -10,6 +10,12 @@ use Symfony\Component\HttpFoundation\File\UploadedFile; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Client; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class UploadTest extends \PhraseanetAuthenticatedWebTestCase { protected $tmpFile; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/UsrListsTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/UsrListsTest.php index 3a2951df32..d7a98d9774 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/UsrListsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/UsrListsTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class UsrListsTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/WorkZoneTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/WorkZoneTest.php index 55c0f5aed6..a2dae91a68 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/WorkZoneTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/WorkZoneTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Prod; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class WorkZoneTest extends \PhraseanetAuthenticatedWebTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Controller/RecordsRequestTest.php b/tests/Alchemy/Tests/Phrasea/Controller/RecordsRequestTest.php index 4acaf32baf..3e5f8a49bc 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/RecordsRequestTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/RecordsRequestTest.php @@ -5,6 +5,11 @@ namespace Alchemy\Tests\Phrasea\Controller; use Alchemy\Phrasea\Controller\RecordsRequest; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + * @group authenticated + */ class RecordsRequestTest extends \PhraseanetAuthenticatedTestCase { public function testSimple() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Report/ActivityTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Report/ActivityTest.php index 732a95d2e5..362794b8f1 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Report/ActivityTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Report/ActivityTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Report; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class ActivityTest extends \PhraseanetAuthenticatedWebTestCase { private $dmin; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Report/InformationsTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Report/InformationsTest.php index 6f6e9b157a..fcc262d9bf 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Report/InformationsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Report/InformationsTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Report; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class InformationsTest extends \PhraseanetAuthenticatedWebTestCase { private $dmin; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Report/RootTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Report/RootTest.php index 5539c16271..865b29dfb0 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Report/RootTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Report/RootTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Report; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class RootTest extends \PhraseanetAuthenticatedWebTestCase { private $dmin; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Root/AccountTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Root/AccountTest.php index a8660076f7..a25e3dfd1e 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Root/AccountTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Root/AccountTest.php @@ -7,6 +7,12 @@ use Alchemy\Phrasea\Model\Entities\Registration; use Alchemy\Phrasea\Model\Entities\User; use RandomLib\Factory; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class AccountTest extends \PhraseanetAuthenticatedWebTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Root/DevelopersTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Root/DevelopersTest.php index e8d5bd8c96..7fefc9ee5f 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Root/DevelopersTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Root/DevelopersTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Root; use Alchemy\Phrasea\Model\Entities\ApiApplication; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class DevelopersTest extends \PhraseanetAuthenticatedWebTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php index 48ba9ab4c5..16bd918427 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php @@ -17,6 +17,12 @@ use Symfony\Component\HttpKernel\Client; use Symfony\Component\HttpFoundation\ResponseHeaderBag; use Symfony\Component\HttpFoundation\Response; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class LoginTest extends \PhraseanetAuthenticatedWebTestCase { public static $registrationCollections; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Root/RSSFeedTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Root/RSSFeedTest.php index c3a5ab3e96..c1d78612c2 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Root/RSSFeedTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Root/RSSFeedTest.php @@ -10,6 +10,11 @@ use Alchemy\Phrasea\Model\Entities\FeedEntry; use Alchemy\Phrasea\Model\Entities\FeedItem; use Symfony\Component\HttpFoundation\Response; +/** + * @group functional + * @group legacy + * @group web + */ class RSSFeedTest extends \PhraseanetWebTestCase { public function testPublicFeedAggregated() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Root/RootTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Root/RootTest.php index 2db40f9b85..b999951a8a 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Root/RootTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Root/RootTest.php @@ -8,6 +8,12 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\BrowserKit\Cookie as BrowserCookie; use Symfony\Component\BrowserKit\CookieJar; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class RootTest extends \PhraseanetAuthenticatedWebTestCase { public function testRouteSetLocale() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Root/SessionTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Root/SessionTest.php index 2c25981108..918624261c 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Root/SessionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Root/SessionTest.php @@ -4,6 +4,12 @@ namespace Alchemy\Tests\Phrasea\Controller\Root; use Symfony\Component\HttpKernel\Client; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class SessionTest extends \PhraseanetAuthenticatedWebTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php b/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php index 1386aa7a77..d30a0bb475 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php @@ -4,6 +4,11 @@ namespace Alchemy\Tests\Phrasea\Controller; use Symfony\Component\Yaml\Yaml; +/** + * @group functional + * @group legacy + * @group web + */ class SetupTest extends \PhraseanetWebTestCase { public function setUp() diff --git a/tests/Alchemy/Tests/Phrasea/Controller/User/NotificationsTest.php b/tests/Alchemy/Tests/Phrasea/Controller/User/NotificationsTest.php index 7b1f3ae959..6171974b5d 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/User/NotificationsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/User/NotificationsTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\User; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class NotificationsTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Controller/User/PreferencesTest.php b/tests/Alchemy/Tests/Phrasea/Controller/User/PreferencesTest.php index 2ddf77a001..2adbe080c7 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/User/PreferencesTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/User/PreferencesTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Controller\User; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class PreferencesTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/CLISDriversServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/CLISDriversServiceProviderTest.php index bb6eed60f5..acc7007eee 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/CLISDriversServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/CLISDriversServiceProviderTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Core\CLIProvider; use Alchemy\Phrasea\CLI; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\CLIProvider\CLIDriversServiceProvider */ class CLISDriversServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/ComposerSetupServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/ComposerSetupServiceProviderTest.php index b30bde4ae8..4f55e5ab06 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/ComposerSetupServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/ComposerSetupServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\CLIProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\CLIProvider\ComposerSetupServiceProvider */ class ComposerSetupServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/DoctrineMigrationServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/DoctrineMigrationServiceProviderTest.php index 6bd8cd25df..ac7d82814e 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/DoctrineMigrationServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/DoctrineMigrationServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\CLIProvider; +/** + * @group functional + * @group legacy + */ class DoctrineMigrationServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/LessBuilderServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/LessBuilderServiceProviderTest.php index 6a688aa9f5..4f82a0024d 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/LessBuilderServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/LessBuilderServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\CLIProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\CLIProvider\LessBuilderServiceProvider */ class LessBuilderServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/PluginServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/PluginServiceProviderTest.php index 8e5011fd8e..ad07999d04 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/PluginServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/PluginServiceProviderTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Core\CLIProvider\PluginServiceProvider; use Symfony\Component\Process\ExecutableFinder; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\CLIProvider\PluginServiceProvider */ class PluginServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/SignalHandlerServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/SignalHandlerServiceProviderTest.php index 2e4a0cce27..6aaa3234c2 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/SignalHandlerServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/SignalHandlerServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\CLIProvider; +/** + * @group functional + * @group legacy + */ class SignalHandlerServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TaskManagerServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TaskManagerServiceProviderTest.php index b15720d56a..171ba41e5d 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TaskManagerServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TaskManagerServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\CLIProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\CLIProvider\TaskManagerServiceProvider */ class TaskManagerServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TranslationExtractorServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TranslationExtractorServiceProviderTest.php index 9ec71a3d3e..d1c6dbaeb7 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TranslationExtractorServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/TranslationExtractorServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\CLIProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\CLIProvider\TranslationExtractorServiceProvider */ class TranslationExtractorServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/AccessRestrictionTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/AccessRestrictionTest.php index 06c36f7a11..5b6127730e 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/AccessRestrictionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/AccessRestrictionTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Core\Configuration\AccessRestriction; use Alchemy\Phrasea\Core\Configuration\PropertyAccess; use Alchemy\Tests\Phrasea\MockArrayConf; +/** + * @group functional + * @group legacy + */ class AccessRestrictionTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/CompilerTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/CompilerTest.php index d0068c29d9..fce9c1c699 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/CompilerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/CompilerTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Core\Configuration; use Alchemy\Phrasea\Core\Configuration\Compiler; +/** + * @group functional + * @group legacy + */ class CompilerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/ConfigurationTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/ConfigurationTest.php index 730a8f6cbf..2aa6596c0e 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/ConfigurationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/ConfigurationTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Core\Configuration\Configuration; use Alchemy\Phrasea\Core\Configuration\Compiler; use Symfony\Component\Yaml\Yaml; +/** + * @group functional + * @group legacy + */ class ConfigurationTest extends ConfigurationTestCase { protected function provideConfiguration($confFile, $compiledFile = null, Compiler $compiler = null, Yaml $yaml = null, $autoreload = false) diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/DisplaySettingServiceTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/DisplaySettingServiceTest.php index 3048b019a9..3cc753a6be 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/DisplaySettingServiceTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/DisplaySettingServiceTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Core\Configuration; use Alchemy\Phrasea\Model\Entities\User; use Doctrine\Common\Collections\ArrayCollection; +/** + * @group functional + * @group legacy + */ class DisplaySettingServiceTest extends \PhraseanetTestCase { private static $userSettings; diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/HostConfigurationTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/HostConfigurationTest.php index 6b300dbd04..cc8ae7d8c1 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/HostConfigurationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/HostConfigurationTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Core\Configuration\Configuration; use Alchemy\Phrasea\Core\Configuration\HostConfiguration; use Symfony\Component\Yaml\Yaml; +/** + * @group functional + * @group legacy + */ class HostConfigurationTest extends ConfigurationTestCase { protected function provideConfiguration($confFile, $compiledFile = null, Compiler $compiler = null, Yaml $yaml = null, $autoreload = false) diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/PropertyAccessTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/PropertyAccessTest.php index 40fc50cef9..1308aa3688 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/PropertyAccessTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/PropertyAccessTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Core\Configuration; use Alchemy\Tests\Phrasea\MockArrayConf; use Alchemy\Phrasea\Core\Configuration\PropertyAccess; +/** + * @group functional + * @group legacy + */ class PropertyAccessTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistrationManagerTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistrationManagerTest.php index aa17d72b8c..04b9252cd4 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistrationManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistrationManagerTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Model\Entities\Registration; use Alchemy\Phrasea\Model\Entities\User; use Alchemy\Phrasea\Core\Configuration\RegistrationManager; +/** + * @group functional + * @group legacy + */ class RegistrationManagerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistryManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistryManipulatorTest.php index 54535ee26a..36e37b0e95 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistryManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/RegistryManipulatorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Core\Configuration; use Alchemy\Phrasea\Core\Configuration\RegistryManipulator; +/** + * @group functional + * @group legacy + */ class RegistryManipulatorTest extends \PhraseanetTestCase { /** @var RegistryManipulator */ diff --git a/tests/Alchemy/Tests/Phrasea/Core/Connection/ConnectionProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Connection/ConnectionProviderTest.php index 3bbea792fe..6ca1ae5354 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Connection/ConnectionProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Connection/ConnectionProviderTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Core\Connection; use Alchemy\Phrasea\Core\Connection\ConnectionProvider; +/** + * @group functional + * @group legacy + */ class ConnectionPoolManager extends \PhraseanetTestCase { public function testMysqlTimeoutIsHandled() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriberTest.php index c1432bfcc3..852f3c0ef2 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriberTest.php @@ -11,6 +11,10 @@ use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException; +/** + * @group functional + * @group legacy + */ class ApiExceptionHandlerSubscriberTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriberTest.php index 3fcf96d0bc..046fac9f5a 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriberTest.php @@ -9,6 +9,10 @@ use Symfony\Component\HttpKernel\Exception\HttpException; use Alchemy\Phrasea\Core\PhraseaExceptionHandler; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class ApiOauth2ErrorsSubscriberTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriberTest.php index 8de39236e9..8604a34443 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriberTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Symfony\Component\HttpKernel\Client; use Alchemy\Phrasea\Core\Event\Subscriber\BridgeExceptionSubscriber; +/** + * @group functional + * @group legacy + */ class BridgeExceptionSubscriberTest extends \PhraseanetTestCase { public function testErrorOnBridgeExceptions() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriberTest.php index aab90ed5f8..80a81c8b7b 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriberTest.php @@ -11,6 +11,10 @@ use Symfony\Component\HttpFoundation\ResponseHeaderBag; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Cookie; +/** + * @group functional + * @group legacy + */ class CookiesDisablerSubscriberTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/DebuggerSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/DebuggerSubscriberTest.php index 8cf2dc18e5..658dbec25a 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/DebuggerSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/DebuggerSubscriberTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Core\Event\Subscriber\DebuggerSubscriber; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class DebuggerSubscriberTest extends \PhraseanetTestCase { public function tearDown() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/FirewallSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/FirewallSubscriberTest.php index 652a643c0c..85a1d3a91c 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/FirewallSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/FirewallSubscriberTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Application; use Symfony\Component\HttpKernel\Exception\HttpException; use Symfony\Component\HttpKernel\Client; +/** + * @group functional + * @group legacy + */ class FirewallSubscriberTest extends \PhraseanetTestCase { public function testRedirection() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/JsonRequestSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/JsonRequestSubscriberTest.php index 6980ffa56e..072b1d98f3 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/JsonRequestSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/JsonRequestSubscriberTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Core\Event\Subscriber\JsonRequestSubscriber; use Symfony\Component\HttpKernel\Client; +/** + * @group functional + * @group legacy + */ class JsonRequestSubscriberTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/LogoutSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/LogoutSubscriberTest.php index 2984a010b5..42d8a2ecca 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/LogoutSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/LogoutSubscriberTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Core\Event\LogoutEvent; use Alchemy\Phrasea\Core\PhraseaEvents; +/** + * @group functional + * @group legacy + */ class LogoutSubscriberTest extends \PhraseanetTestCase { public function testThatSearchEngineCacheIsCleaned() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/MaintenanceSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/MaintenanceSubscriberTest.php index d76fa0d0ce..0047a69937 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/MaintenanceSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/MaintenanceSubscriberTest.php @@ -10,6 +10,10 @@ use Alchemy\Phrasea\Core\Event\Subscriber\MaintenanceSubscriber; use Symfony\Component\HttpKernel\Client; use Symfony\Component\HttpKernel\Exception\HttpException; +/** + * @group functional + * @group legacy + */ class MaintenanceSubscriberTest extends \PhraseanetTestCase { public function tearDown() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriberTest.php index 754ed284f1..00889cc7ca 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriberTest.php @@ -8,6 +8,10 @@ use Alchemy\Phrasea\Core\PhraseaExceptionHandler; use Symfony\Component\HttpKernel\Client; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; +/** + * @group functional + * @group legacy + */ class PhraseaExceptionHandlerSubscriberTest extends \PhraseanetTestCase { public function testAResponseIsReturned() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriberTest.php index 61c521e2f5..78a7acc97c 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriberTest.php @@ -10,6 +10,10 @@ use Symfony\Component\BrowserKit\CookieJar; use Symfony\Component\BrowserKit\Cookie as BrowserCookie; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class PhraseaLocaleSubscriberTest extends \PhraseanetTestCase { public function testBasic() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/SessionManagerSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/SessionManagerSubscriberTest.php index a57e9ac98e..ad2b007005 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/SessionManagerSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/SessionManagerSubscriberTest.php @@ -7,6 +7,12 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Model\Entities\Session; use Symfony\Component\HttpKernel\Client; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class SessionManagerSubscriberTest extends \PhraseanetAuthenticatedWebTestCase { public function testEndSession() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/TrustedProxySubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/TrustedProxySubscriberTest.php index 22162981ba..415d4312bc 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/TrustedProxySubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Event/Subscriber/TrustedProxySubscriberTest.php @@ -7,6 +7,10 @@ use Silex\Application as SilexApp; use Symfony\Component\HttpKernel\Client; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class TrustedProxySubscriberTest extends \PhraseanetTestCase { private function getConfigurationMock() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Middleware/BasketMiddlewareProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Middleware/BasketMiddlewareProviderTest.php index 5eb6fb49b7..0c09f602a2 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Middleware/BasketMiddlewareProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Middleware/BasketMiddlewareProviderTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Core\Middleware; use Alchemy\Phrasea\Core\Middleware\BasketMiddlewareProvider; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class BasketMiddlewareProviderTest extends MiddlewareProviderTestCase { public function provideDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Middleware/TokenMiddlewareProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Middleware/TokenMiddlewareProviderTest.php index b6ec82bd25..9b31ea1949 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Middleware/TokenMiddlewareProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Middleware/TokenMiddlewareProviderTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Core\Middleware; use Alchemy\Phrasea\Core\Middleware\TokenMiddlewareProvider; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class TokenMiddlewareProviderTest extends MiddlewareProviderTestCase { public function provideDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ACLServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ACLServiceProviderTest.php index 3cef86cbde..0a4783e4e7 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ACLServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ACLServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class ACLServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/AuthenticationManagerServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/AuthenticationManagerServiceProviderTest.php index 4074a71519..2f31c59309 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/AuthenticationManagerServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/AuthenticationManagerServiceProviderTest.php @@ -8,6 +8,8 @@ use Alchemy\Phrasea\Core\Provider\AuthenticationManagerServiceProvider; use Alchemy\Phrasea\Core\Provider\ConfigurationServiceProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\AuthenticationManagerServiceProvider */ class AuthenticationManagerServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/BorderManagerServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/BorderManagerServiceProviderTest.php index 243a1cbfc5..3ebca4a7f5 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/BorderManagerServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/BorderManagerServiceProviderTest.php @@ -9,6 +9,8 @@ use Symfony\Component\Process\ExecutableFinder; use XPDF\XPDFServiceProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\BorderManagerServiceProvider */ class BorderManagerServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/BrowserServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/BrowserServiceProviderTest.php index 1c1703a487..c27d56bb76 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/BrowserServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/BrowserServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\BrowserServiceProvider */ class BrowserServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheConnectionServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheConnectionServiceProviderTest.php index 301b876d48..d223d460ed 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheConnectionServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheConnectionServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class CacheConnectionServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheServiceProviderTest.php index 293cf59999..cdb9ae3d13 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/CacheServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\CacheServiceProvider */ class CacheServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationServiceProviderTest.php index b53e8e33ab..e67691865b 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationServiceProviderTest.php @@ -10,6 +10,8 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\KernelEvents; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\ConfigurationServiceProvider */ class ConfigurationServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationTesterServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationTesterServiceProviderTest.php index f73681ed7d..7a501f5d90 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationTesterServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ConfigurationTesterServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\ConfigurationTesterServiceProvider */ class ConfigurationTesterServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ContentNegotiationServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ContentNegotiationServiceProviderTest.php index c0bdde5845..c1a5bb1d80 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ContentNegotiationServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ContentNegotiationServiceProviderTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; use Alchemy\Phrasea\Application as PhraseaApplication; use Silex\Application; +/** + * @group functional + * @group legacy + */ class classContentNegotiationServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ConvertersServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ConvertersServiceProviderTest.php index 002986f665..432ef8150f 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ConvertersServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ConvertersServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class ConvertersServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/FTPServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/FTPServiceProviderTest.php index 62f694a1a1..8d3e60cce5 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/FTPServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/FTPServiceProviderTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; use Alchemy\Phrasea\Core\Provider\FtpServiceProvider; +/** + * @group functional + * @group legacy + */ class FTPServiceProviderTest extends \PhraseanetTestCase { public function testGetInstantiate() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/FeedServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/FeedServiceProviderTest.php index 04263a5a06..805150ff98 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/FeedServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/FeedServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\FeedServiceProvider */ class FeedServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/FileServeServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/FileServeServiceProviderTest.php index d3275caa7d..1f35ca17e9 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/FileServeServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/FileServeServiceProviderTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Core\Provider\ConfigurationServiceProvider; use Alchemy\Phrasea\Core\Provider\FileServeServiceProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\FileServeServiceProvider */ class FileServeServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/JMSSerializerServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/JMSSerializerServiceProviderTest.php index 8b4006b183..de44d0f00a 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/JMSSerializerServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/JMSSerializerServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\JMSServiceProviderServiceProvider */ class JMSSerializerServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/LocaleServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/LocaleServiceProviderTest.php index 8127b30dae..49d0d54fc8 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/LocaleServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/LocaleServiceProviderTest.php @@ -7,6 +7,8 @@ use Alchemy\Phrasea\Core\Provider\ConfigurationServiceProvider; use Alchemy\Phrasea\Core\Provider\LocaleServiceProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\LocaleServiceProvider */ class LocaleServiceProviderTest extends \PhraseanetTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ManipulatorServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ManipulatorServiceProviderTest.php index d154dceac9..31617085b7 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ManipulatorServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ManipulatorServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class ManipulatorServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/NotificationDelivererServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/NotificationDelivererServiceProviderTest.php index 60e6b4c2bc..618bcea758 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/NotificationDelivererServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/NotificationDelivererServiceProviderTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; use Alchemy\Phrasea\Core\Provider\NotificationDelivererServiceProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\NotificationDelivererServiceProvider */ class NotificationDelivererServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ORMServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ORMServiceProviderTest.php index 45a7ee9738..2d247915ac 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ORMServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ORMServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\ORMServiceProvider */ class ORMServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseaVersionServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseaVersionServiceProviderTest.php index 009d8b2a59..25c3e7b8c9 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseaVersionServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseaVersionServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\PhraseaVersionServiceProvider */ class PhraseaVersionServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseanetServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseanetServiceProviderTest.php index b328a8dc6d..5c48dde0bd 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseanetServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseanetServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class PhraseanetServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/PluginServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/PluginServiceProviderTest.php index e339b7431b..20bf7d32b2 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/PluginServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/PluginServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\PluginServiceProvider */ class PluginServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/RandomGeneratorServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/RandomGeneratorServiceProviderTest.php index d9f22f6676..c3ea1b39a4 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/RandomGeneratorServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/RandomGeneratorServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class RandomGeneratorServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/RegistrationServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/RegistrationServiceProviderTest.php index e4af59a54a..2291e546d0 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/RegistrationServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/RegistrationServiceProviderTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; use Alchemy\Phrasea\Core\Provider\RegistrationServiceProvider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\RegistrationServiceProvider */ class RegistrationServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/RepositoriesServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/RepositoriesServiceProviderTest.php index 5400ee73d7..0f5ede251b 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/RepositoriesServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/RepositoriesServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class RepositoriesServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/SearchEngineServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/SearchEngineServiceProviderTest.php index bcfde38daa..896bee9686 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/SearchEngineServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/SearchEngineServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\SearchEngineServiceProvider */ class SearchEngineServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/SubdefServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/SubdefServiceProviderTest.php index 5025116ec9..140797de89 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/SubdefServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/SubdefServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class SubdefServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/TasksServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/TasksServiceProviderTest.php index 01d39f9a18..62950cc0cd 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/TasksServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/TasksServiceProviderTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; use Alchemy\Phrasea\Core\Provider\TasksServiceProvider; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class TasksServiceProviderTest extends ServiceProviderTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/TemporaryFilesystemServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/TemporaryFilesystemServiceProviderTest.php index 1bddb8c591..ea87a89b86 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/TemporaryFilesystemServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/TemporaryFilesystemServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\TemporaryFilesystemServiceProvider */ class TemporaryFilesystemServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/TokensServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/TokensServiceProviderTest.php index b6d0ba7508..15aebaab75 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/TokensServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/TokensServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\TokensServiceProvider */ class TokensServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/TranslationServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/TranslationServiceProviderTest.php index a8b9c3e947..cbaa6db19e 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/TranslationServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/TranslationServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\TranslatorServiceProvider */ class TranslationServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/UnicodeServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/UnicodeServiceProviderTest.php index 56f2c18625..bf5aceff62 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/UnicodeServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/UnicodeServiceProviderTest.php @@ -3,6 +3,8 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Core\Provider\UnicodeServiceProvider */ class UnicodeServiceProviderTest extends ServiceProviderTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Core/Provider/ZippyServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/Provider/ZippyServiceProviderTest.php index 34072c44a6..0aaf6de57d 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Provider/ZippyServiceProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Core/Provider/ZippyServiceProviderTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Core\Provider; +/** + * @group functional + * @group legacy + */ class ZippyServiceProviderTest extends ServiceProviderTestCase { public function provideServiceDescription() diff --git a/tests/Alchemy/Tests/Phrasea/Feed/AggregateLinkGeneratorTest.php b/tests/Alchemy/Tests/Phrasea/Feed/AggregateLinkGeneratorTest.php index f189badbf8..3cdecd2e96 100644 --- a/tests/Alchemy/Tests/Phrasea/Feed/AggregateLinkGeneratorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Feed/AggregateLinkGeneratorTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Feed\Link\AggregateLinkGenerator; use Alchemy\Phrasea\Model\Entities\Feed; use Symfony\Component\Routing\Generator\UrlGenerator; +/** + * @group functional + * @group legacy + */ class AggregateLinkGeneratorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Feed/FeedLinkGeneratorTest.php b/tests/Alchemy/Tests/Phrasea/Feed/FeedLinkGeneratorTest.php index 1aa61bafe1..59fa2e3afc 100644 --- a/tests/Alchemy/Tests/Phrasea/Feed/FeedLinkGeneratorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Feed/FeedLinkGeneratorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Feed; use Alchemy\Phrasea\Feed\Link\FeedLinkGenerator; use Symfony\Component\Routing\Generator\UrlGenerator; +/** + * @group functional + * @group legacy + */ class FeedLinkGeneratorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/APIClientsFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/APIClientsFormTypeTest.php index 4465ba69ac..31cfb0af51 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/APIClientsFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/APIClientsFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\APIClientsFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class APIClientsFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ActionsFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ActionsFormTypeTest.php index c5e59f24b3..697f2047fd 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ActionsFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ActionsFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\ActionsFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class ActionsFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ClassicFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ClassicFormTypeTest.php index 5766c296a5..8c327e20d3 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ClassicFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ClassicFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\ClassicFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class ClassicFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/EmailFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/EmailFormTypeTest.php index e523708545..3423686843 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/EmailFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/EmailFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\EmailFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class EmailFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ExecutablesFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ExecutablesFormTypeTest.php index e4a87333d8..d18cf5e060 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ExecutablesFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ExecutablesFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\ExecutablesFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class ExecutablesFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/FtpExportFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/FtpExportFormTypeTest.php index 7da524e5c6..498dab032f 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/FtpExportFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/FtpExportFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\FtpExportFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class FtpExportFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/GeneralFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/GeneralFormTypeTest.php index dbce3b7c9d..dbb67c23fb 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/GeneralFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/GeneralFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\GeneralFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class GeneralFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/MainConfigurationFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/MainConfigurationFormTypeTest.php index a9d65fe09b..7f99601f69 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/MainConfigurationFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/MainConfigurationFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\MainConfigurationFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class MainConfigurationFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/MaintenanceFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/MaintenanceFormTypeTest.php index c531533c8d..ca463e036a 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/MaintenanceFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/MaintenanceFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\MaintenanceFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class MaintenanceFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ModulesFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ModulesFormTypeTest.php index 1fc262bbb0..3a1e6cc027 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/ModulesFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/ModulesFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\ModulesFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class ModulesFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/RegistrationFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/RegistrationFormTypeTest.php index d7e947ed5d..a328e17122 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/RegistrationFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/RegistrationFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\RegistrationFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class RegistrationFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/SearchEngineFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/SearchEngineFormTypeTest.php index 88ab92f57f..31b3923d7b 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/SearchEngineFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/SearchEngineFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\SearchEngineFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class SearchEngineFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Configuration/WebservicesFormTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Configuration/WebservicesFormTypeTest.php index 4d1398df0f..2ee1a39791 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Configuration/WebservicesFormTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Configuration/WebservicesFormTypeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Configuration; use Alchemy\Phrasea\Form\Configuration\WebservicesFormType; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class WebservicesFormTypeTest extends FormTestCase { public function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameTest.php index 06f69efc57..7908149e70 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameTest.php @@ -7,6 +7,10 @@ use Alchemy\Geonames\Geoname as GeonameResult; use Alchemy\Geonames\Exception\NotFoundException; use Alchemy\Geonames\Exception\TransportException; +/** + * @group functional + * @group legacy + */ class GeonameTest extends \PhraseanetTestCase { public function testAValidGeonameIsValid() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameValidatorTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameValidatorTest.php index 64c9d0f163..0b56f2cb3c 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameValidatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/GeonameValidatorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Form\Constraint; use Alchemy\Phrasea\Form\Constraint\GeonameValidator; +/** + * @group functional + * @group legacy + */ class GeonameValidatorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailTest.php index eaea2bab76..8e0155635d 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Form\Constraint; use Alchemy\Phrasea\Form\Constraint\NewEmail; +/** + * @group functional + * @group legacy + */ class NewEmailTest extends \PhraseanetTestCase { public function testAnUnknownAddressIsNotAlreadyRegistered() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailValidatorTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailValidatorTest.php index 0dda5cd76a..9a62d65cfa 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailValidatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewEmailValidatorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Form\Constraint; use Alchemy\Phrasea\Form\Constraint\NewEmailValidator; +/** + * @group functional + * @group legacy + */ class NewEmailValidatorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginTest.php index caf794e8fb..afe52bb32f 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Form\Constraint; use Alchemy\Phrasea\Form\Constraint\NewLogin; +/** + * @group functional + * @group legacy + */ class NewLoginTest extends \PhraseanetTestCase { public function testAnUnknownLoginIsNotAlreadyRegistered() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginValidatorTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginValidatorTest.php index 77a0ce0098..9e19934b90 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginValidatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/NewLoginValidatorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Form\Constraint; use Alchemy\Phrasea\Form\Constraint\NewLoginValidator; +/** + * @group functional + * @group legacy + */ class NewLoginValidatorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenTest.php index d2b0bc2a91..fb1dd60c2f 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Form\Constraint\PasswordToken; use Alchemy\Phrasea\Model\Entities\Token; use Alchemy\Phrasea\Model\Manipulator\TokenManipulator; +/** + * @group functional + * @group legacy + */ class PasswordTokenTest extends \PhraseanetTestCase { public function testInvalidTokenIsNotValid() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenValidatorTest.php b/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenValidatorTest.php index 5a49b04a74..43cc4eb192 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenValidatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Constraint/PasswordTokenValidatorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Constraint; use Alchemy\Phrasea\Form\Constraint\PasswordTokenValidator; use RandomLib\Factory; +/** + * @group functional + * @group legacy + */ class PasswordTokenValidatorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaAuthenticationFormTest.php b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaAuthenticationFormTest.php index 92b73ae307..12f1d2f5d7 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaAuthenticationFormTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaAuthenticationFormTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Login; use Alchemy\Phrasea\Form\Login\PhraseaAuthenticationForm; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class PhraseaAuthenticationFormTest extends FormTestCase { protected function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaForgotPasswordFormTest.php b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaForgotPasswordFormTest.php index c4b7eac122..6a6186d684 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaForgotPasswordFormTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaForgotPasswordFormTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Login; use Alchemy\Phrasea\Form\Login\PhraseaForgotPasswordForm;; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class PhraseaForgotPasswordFormTest extends FormTestCase { protected function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRecoverPasswordFormTest.php b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRecoverPasswordFormTest.php index fad851cb40..2b60d5b2a3 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRecoverPasswordFormTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRecoverPasswordFormTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Login; use Alchemy\Phrasea\Form\Login\PhraseaRecoverPasswordForm;; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class PhraseaRecoverPasswordFormTest extends FormTestCase { protected function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRegisterFormTest.php b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRegisterFormTest.php index 37f42db6f7..2fd22737a3 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRegisterFormTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRegisterFormTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Form\Login\PhraseaRegisterForm;; use Alchemy\Tests\Phrasea\Form\FormTestCase; use Alchemy\Phrasea\Utilities\String\Camelizer; +/** + * @group functional + * @group legacy + */ class PhraseaRegisterFormTest extends FormTestCase { protected function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRenewPasswordFormTest.php b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRenewPasswordFormTest.php index 79b84bce51..2fc99b332d 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRenewPasswordFormTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaRenewPasswordFormTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Form\Login; use Alchemy\Phrasea\Form\Login\PhraseaRenewPasswordForm;; use Alchemy\Tests\Phrasea\Form\FormTestCase; +/** + * @group functional + * @group legacy + */ class PhraseaRenewPasswordFormTest extends FormTestCase { protected function getForm() diff --git a/tests/Alchemy/Tests/Phrasea/Form/Type/GeonameTypeTest.php b/tests/Alchemy/Tests/Phrasea/Form/Type/GeonameTypeTest.php index 3508c6260c..1d956f4b21 100644 --- a/tests/Alchemy/Tests/Phrasea/Form/Type/GeonameTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Form/Type/GeonameTypeTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Form\Type; use Alchemy\Phrasea\Form\Type\GeonameType; +/** + * @group functional + * @group legacy + */ class GeonameTypeTest extends \PhraseanetTestCase { public function testGetParent() diff --git a/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/ApacheTest.php b/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/ApacheTest.php index c6fd56f7ca..8c860f8b2c 100644 --- a/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/ApacheTest.php +++ b/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/ApacheTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Http\H264PseudoStream; use Alchemy\Phrasea\Http\H264PseudoStreaming\Apache; +/** + * @group functional + * @group legacy + */ class ApacheTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/H264FactoryTest.php b/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/H264FactoryTest.php index f5c3c749d1..b01e63192c 100644 --- a/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/H264FactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/H264FactoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Http\H264PseudoStreaming; use Alchemy\Phrasea\Http\H264PseudoStreaming\H264Factory; +/** + * @group functional + * @group legacy + */ class H264FactoryTest extends \PhraseanetTestCase { public function testFactoryCreation() diff --git a/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/NginxTest.php b/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/NginxTest.php index fe8e85439e..8210d8b45b 100644 --- a/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/NginxTest.php +++ b/tests/Alchemy/Tests/Phrasea/Http/H264PseudoStreaming/NginxTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Http\H264PseudoStream; use Alchemy\Phrasea\Http\H264PseudoStreaming\Nginx; +/** + * @group functional + * @group legacy + */ class NginxTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Http/ServeFileResponseFactoryTest.php b/tests/Alchemy/Tests/Phrasea/Http/ServeFileResponseFactoryTest.php index 580be06ed6..28f501db09 100644 --- a/tests/Alchemy/Tests/Phrasea/Http/ServeFileResponseFactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Http/ServeFileResponseFactoryTest.php @@ -7,6 +7,11 @@ use Alchemy\Phrasea\Http\XSendFile\NginxMode; use Symfony\Component\HttpFoundation\BinaryFileResponse; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + * @group web + */ class ServeFileResponseFactoryTest extends \PhraseanetWebTestCase { protected $factory; diff --git a/tests/Alchemy/Tests/Phrasea/Http/XSendFile/ApacheModeTest.php b/tests/Alchemy/Tests/Phrasea/Http/XSendFile/ApacheModeTest.php index 16ecfcf528..3e8cdfd984 100644 --- a/tests/Alchemy/Tests/Phrasea/Http/XSendFile/ApacheModeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Http/XSendFile/ApacheModeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Http\XSendFile; use Alchemy\Phrasea\Http\XSendFile\ApacheMode; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class ApacheModeTest extends \PhraseanetTestCase { public function testGetVirtualHost() diff --git a/tests/Alchemy/Tests/Phrasea/Http/XSendFile/NullModeTest.php b/tests/Alchemy/Tests/Phrasea/Http/XSendFile/NullModeTest.php index b60e234a02..af8f217749 100644 --- a/tests/Alchemy/Tests/Phrasea/Http/XSendFile/NullModeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Http/XSendFile/NullModeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Http\XSendFile; use Alchemy\Phrasea\Http\XSendFile\NullMode; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class NullModeTest extends \PhraseanetTestCase { public function testGetVirtualHost() diff --git a/tests/Alchemy/Tests/Phrasea/Http/XSendFile/XSendFileFactoryTest.php b/tests/Alchemy/Tests/Phrasea/Http/XSendFile/XSendFileFactoryTest.php index 90ce923463..ac924b285f 100644 --- a/tests/Alchemy/Tests/Phrasea/Http/XSendFile/XSendFileFactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Http/XSendFile/XSendFileFactoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Http\XSendFile; use Alchemy\Phrasea\Http\XSendFile\XSendFileFactory; +/** + * @group functional + * @group legacy + */ class XSendFileFactoryTest extends \PhraseanetTestCase { public function testFactoryCreation() diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/AudioTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/AudioTest.php index fc2577eb82..747f51bc20 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/AudioTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/AudioTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Media\Subdef\Audio; use Alchemy\Phrasea\Media\Subdef\Subdef; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class AudioTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/FlexPaperTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/FlexPaperTest.php index 227a296c63..07b5259f1d 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/FlexPaperTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/FlexPaperTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Media\Subdef\FlexPaper; use Alchemy\Phrasea\Media\Subdef\Subdef; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class FlexPaperTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/GifTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/GifTest.php index cf8316f4c1..eb08608f03 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/GifTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/GifTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Media\Subdef\Gif; use Alchemy\Phrasea\Media\Subdef\Subdef; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class GifTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/ImageTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/ImageTest.php index 4460033a4d..3d708545b1 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/ImageTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/ImageTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Media\Subdef\Image; use Alchemy\Phrasea\Media\Subdef\Subdef; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class ImageTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/BooleanTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/BooleanTest.php index 7b03a1dbb8..8119305146 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/BooleanTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/BooleanTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Subdef\OptionType; use Alchemy\Phrasea\Media\Subdef\OptionType\Boolean; use Alchemy\Phrasea\Media\Subdef\OptionType\OptionType; +/** + * @group functional + * @group legacy + */ class BooleanTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/EnumTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/EnumTest.php index 53cd68a8af..90271d5528 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/EnumTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/EnumTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Subdef\OptionType; use Alchemy\Phrasea\Media\Subdef\OptionType\Enum; use Alchemy\Phrasea\Media\Subdef\OptionType\OptionType; +/** + * @group functional + * @group legacy + */ class EnumTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/MultiTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/MultiTest.php index b4ff7a4a28..086fc9e945 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/MultiTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/MultiTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Subdef\OptionType; use Alchemy\Phrasea\Media\Subdef\OptionType\Multi; use Alchemy\Phrasea\Media\Subdef\OptionType\OptionType; +/** + * @group functional + * @group legacy + */ class MultiTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/RangeTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/RangeTest.php index 040c78c2e7..35f7c754d8 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/RangeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/OptionType/RangeTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Subdef\OptionType; use Alchemy\Phrasea\Media\Subdef\OptionType\Range; use Alchemy\Phrasea\Media\Subdef\OptionType\OptionType; +/** + * @group functional + * @group legacy + */ class RangeTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/ProviderTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/ProviderTest.php index 6ddf819d4e..448c990bca 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/ProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/ProviderTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Media\Subdef\Provider; use Alchemy\Phrasea\Media\Subdef\Image; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class ProviderTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Media/Subdef/VideoTest.php b/tests/Alchemy/Tests/Phrasea/Media/Subdef/VideoTest.php index 67ca970f5a..8e78b02ec8 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Subdef/VideoTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Subdef/VideoTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Media\Subdef\Video; use Alchemy\Phrasea\Media\Subdef\Subdef; use Alchemy\Tests\Tools\TranslatorMockTrait; +/** + * @group functional + * @group legacy + */ class VideoTest extends \PhraseanetTestCase { use TranslatorMockTrait; diff --git a/tests/Alchemy/Tests/Phrasea/Media/Type/AudioTest.php b/tests/Alchemy/Tests/Phrasea/Media/Type/AudioTest.php index dd697ab5db..1854c82e85 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Type/AudioTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Type/AudioTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Type; use Alchemy\Phrasea\Media\Type\Audio; use Alchemy\Phrasea\Media\Type\Type; +/** + * @group functional + * @group legacy + */ class AudioTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Media/Type/DocumentTest.php b/tests/Alchemy/Tests/Phrasea/Media/Type/DocumentTest.php index 5bc8cea336..f7bb2f932f 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Type/DocumentTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Type/DocumentTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Type; use Alchemy\Phrasea\Media\Type\Document; use Alchemy\Phrasea\Media\Type\Type; +/** + * @group functional + * @group legacy + */ class DocumentTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Media/Type/FlashTest.php b/tests/Alchemy/Tests/Phrasea/Media/Type/FlashTest.php index 3b22242d4a..593a2d9378 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Type/FlashTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Type/FlashTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Type; use Alchemy\Phrasea\Media\Type\Flash; use Alchemy\Phrasea\Media\Type\Type; +/** + * @group functional + * @group legacy + */ class FlashTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Media/Type/ImageTest.php b/tests/Alchemy/Tests/Phrasea/Media/Type/ImageTest.php index 3130837b04..8ff94a86dc 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Type/ImageTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Type/ImageTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Type; use Alchemy\Phrasea\Media\Type\Image; use Alchemy\Phrasea\Media\Type\Type; +/** + * @group functional + * @group legacy + */ class ImageTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Media/Type/VideoTest.php b/tests/Alchemy/Tests/Phrasea/Media/Type/VideoTest.php index 7c2501f72f..f9fd86ca8e 100644 --- a/tests/Alchemy/Tests/Phrasea/Media/Type/VideoTest.php +++ b/tests/Alchemy/Tests/Phrasea/Media/Type/VideoTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Media\Type; use Alchemy\Phrasea\Media\Type\Video; use Alchemy\Phrasea\Media\Type\Type; +/** + * @group functional + * @group legacy + */ class VideoTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/NosourceTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/NosourceTest.php index 5ad7d7e096..0fe7abb036 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/NosourceTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/NosourceTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\Nosource; +/** + * @group functional + * @group legacy + */ class NosourceTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/PdfTextTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/PdfTextTest.php index 1f06c7c289..6e5d21ed7e 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/PdfTextTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/PdfTextTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\PdfText; +/** + * @group functional + * @group legacy + */ class PdfTextTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfArchivedateTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfArchivedateTest.php index 2807e63edb..4e65d9f12a 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfArchivedateTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfArchivedateTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfArchivedate; +/** + * @group functional + * @group legacy + */ class TfArchivedateTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfAtimeTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfAtimeTest.php index 0c6e050bf0..d6beb9a5d0 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfAtimeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfAtimeTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfAtime; +/** + * @group functional + * @group legacy + */ class TfAtimeTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBasenameTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBasenameTest.php index 6574aed2b7..7705ba80b3 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBasenameTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBasenameTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfBasename; +/** + * @group functional + * @group legacy + */ class TfBasenameTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBitsTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBitsTest.php index e724a11b16..5777a0c851 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBitsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfBitsTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfBits; +/** + * @group functional + * @group legacy + */ class TfBitsTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfChannelsTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfChannelsTest.php index 99ee18ce55..d2acfc66f7 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfChannelsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfChannelsTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfChannels; +/** + * @group functional + * @group legacy + */ class TfChannelsTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfCtimeTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfCtimeTest.php index 955ce7712c..72320cbb9f 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfCtimeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfCtimeTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfCtime; +/** + * @group functional + * @group legacy + */ class TfCtimeTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDirnameTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDirnameTest.php index 73179ba6c0..0c9d0af1b2 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDirnameTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDirnameTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfDirname; +/** + * @group functional + * @group legacy + */ class TfDirnameTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDurationTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDurationTest.php index f125a7c259..4b15692323 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDurationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfDurationTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfDuration; +/** + * @group functional + * @group legacy + */ class TfDurationTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfEditDateTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfEditDateTest.php index 5581237343..ca0b59c9e9 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfEditDateTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfEditDateTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfEditdate; +/** + * @group functional + * @group legacy + */ class TfEditDateTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfExtensionTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfExtensionTest.php index e6e70bd095..888bc9c327 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfExtensionTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfExtensionTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfExtension; +/** + * @group functional + * @group legacy + */ class TfExtensionTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilenameTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilenameTest.php index 6a7fe37892..996f3682cd 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilenameTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilenameTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfFilename; +/** + * @group functional + * @group legacy + */ class TfFilenameTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilepathTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilepathTest.php index d2e70a42ec..930a221cae 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilepathTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfFilepathTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfFilepath; +/** + * @group functional + * @group legacy + */ class TfFilepathTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfHeightTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfHeightTest.php index a0ef0f381c..dd2dee1fa9 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfHeightTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfHeightTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfHeight; +/** + * @group functional + * @group legacy + */ class TfHeightTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMimeTypeTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMimeTypeTest.php index 00ce62de34..eb79f9038b 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMimeTypeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMimeTypeTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfMimetype; +/** + * @group functional + * @group legacy + */ class TfMimeTypeTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMtimeTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMtimeTest.php index 38f9768670..4b91b3825d 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMtimeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMtimeTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfMtime; +/** + * @group functional + * @group legacy + */ class TfMtimeTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfQuarantineTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfQuarantineTest.php index ab8ee783bd..fd13d6e437 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfQuarantineTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfQuarantineTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfQuarantine; +/** + * @group functional + * @group legacy + */ class TfQuarantineTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfRecordidTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfRecordidTest.php index f83c4c14fa..a784d936cc 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfRecordidTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfRecordidTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfRecordid; +/** + * @group functional + * @group legacy + */ class TfRecordidTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfSizeTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfSizeTest.php index fcd5feb8df..5e3a166e03 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfSizeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfSizeTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfSize; +/** + * @group functional + * @group legacy + */ class TfSizeTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfWidthTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfWidthTest.php index 91bed6a743..20129a9f05 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfWidthTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfWidthTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata\Tag; use Alchemy\Phrasea\Metadata\Tag\TfWidth; +/** + * @group functional + * @group legacy + */ class TfWidthTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Metadata/TagProviderTest.php b/tests/Alchemy/Tests/Phrasea/Metadata/TagProviderTest.php index 57b9d1b6df..e96c58a8f1 100644 --- a/tests/Alchemy/Tests/Phrasea/Metadata/TagProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Metadata/TagProviderTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Metadata; use Alchemy\Phrasea\Metadata\TagProvider; +/** + * @group functional + * @group legacy + */ class TagProviderTest extends \PhraseanetTestCase { private $object; diff --git a/tests/Alchemy/Tests/Phrasea/Model/Converter/BasketConverterTest.php b/tests/Alchemy/Tests/Phrasea/Model/Converter/BasketConverterTest.php index c020737cdc..270ca7c808 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Converter/BasketConverterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Converter/BasketConverterTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Converter; use Alchemy\Phrasea\Model\Converter\BasketConverter; +/** + * @group functional + * @group legacy + */ class BasketConverterTest extends \PhraseanetTestCase { public function testConvert() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Converter/TaskConverterTest.php b/tests/Alchemy/Tests/Phrasea/Model/Converter/TaskConverterTest.php index 0f7d4b3cdd..523178a589 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Converter/TaskConverterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Converter/TaskConverterTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Converter; use Alchemy\Phrasea\Model\Converter\TaskConverter; +/** + * @group functional + * @group legacy + */ class TaskConverterTest extends \PhraseanetTestCase { public function testConvert() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Converter/TokenConverterTest.php b/tests/Alchemy/Tests/Phrasea/Model/Converter/TokenConverterTest.php index e26d541021..d10e15eb05 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Converter/TokenConverterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Converter/TokenConverterTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Converter; use Alchemy\Phrasea\Model\Converter\TokenConverter; +/** + * @group functional + * @group legacy + */ class TokenConverterTest extends \PhraseanetTestCase { public function testConvert() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Entities/UserTest.php b/tests/Alchemy/Tests/Phrasea/Model/Entities/UserTest.php index a52603c96b..cc2e2894bd 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Entities/UserTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Entities/UserTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Model\Entities; use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Model\Entities\User; +/** + * @group functional + * @group legacy + */ class UserTest extends \PhraseanetTestCase { /** @var User */ diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manager/UserManagerTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manager/UserManagerTest.php index c253b1791c..b763cebb34 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manager/UserManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manager/UserManagerTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manager; +/** + * @group functional + * @group legacy + */ class UserManagerTest extends \PhraseanetTestCase { public function testNewUser() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ACLManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ACLManipulatorTest.php index 01b070867f..63b37dfd80 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ACLManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ACLManipulatorTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manipulator; +/** + * @group functional + * @group legacy + */ class ACLManipulatorTest extends \PhraseanetTestCase { public function testResetAdminRights() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiAccountManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiAccountManipulatorTest.php index c21a870a2c..0df418ddcc 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiAccountManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiAccountManipulatorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manipulator; use Alchemy\Phrasea\ControllerProvider\Api\V1; use Alchemy\Phrasea\Model\Manipulator\ApiAccountManipulator; +/** + * @group functional + * @group legacy + */ class ApiAccountManipulatorTest extends \PhraseanetTestCase { /** @var ApiAccountManipulator */ diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiApplicationManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiApplicationManipulatorTest.php index 3d98bcb5b1..a2c1e538b5 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiApplicationManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiApplicationManipulatorTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Exception\InvalidArgumentException; use Alchemy\Phrasea\Model\Manipulator\ApiApplicationManipulator; use Alchemy\Phrasea\Model\Entities\ApiApplication; +/** + * @group functional + * @group legacy + */ class ApiApplicationManipulatorTest extends \PhraseanetTestCase { public function testCreateDesktopApplication() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiLogManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiLogManipulatorTest.php index d8fb0f0e7a..16ab1c2ce4 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiLogManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiLogManipulatorTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\Model\Manipulator\ApiAccountManipulator; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; +/** + * @group functional + * @group legacy + */ class ApiLogManipulatorTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthCodeManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthCodeManipulatorTest.php index f7b1673edb..ab6b610f7e 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthCodeManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthCodeManipulatorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manipulator; use Alchemy\Phrasea\Exception\InvalidArgumentException; use Alchemy\Phrasea\Model\Manipulator\ApiOauthCodeManipulator; +/** + * @group functional + * @group legacy + */ class ApiOauthCodeManipulatorTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthTokenManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthTokenManipulatorTest.php index c1ea030e1a..116e7dd377 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthTokenManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/ApiOauthTokenManipulatorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manipulator; use Alchemy\Phrasea\Model\Manipulator\ApiOauthTokenManipulator; +/** + * @group functional + * @group legacy + */ class ApiOauthTokenManipulatorTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/PresetManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/PresetManipulatorTest.php index 15112ff6e0..38aa7150d6 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/PresetManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/PresetManipulatorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manipulator; use Alchemy\Phrasea\Model\Manipulator\PresetManipulator; +/** + * @group functional + * @group legacy + */ class PresetManipulatorTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/RegistrationManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/RegistrationManipulatorTest.php index 488210ff4a..dbea9af7ce 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/RegistrationManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/RegistrationManipulatorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Registration; use Alchemy\Phrasea\Model\Entities\Registration; use Alchemy\Phrasea\Model\Manipulator\RegistrationManipulator; +/** + * @group functional + * @group legacy + */ class RegistrationManipulatorTest extends \PhraseanetTestCase { public function testCreateRegistration() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TaskManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TaskManipulatorTest.php index 95775e5fb9..7c495fe01b 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TaskManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TaskManipulatorTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\TaskManager\NotifierInterface; use Alchemy\Phrasea\Model\Entities\Task; use Doctrine\Common\Persistence\ObjectManager; +/** + * @group functional + * @group legacy + */ class TaskManipulatorTest extends \PhraseanetTestCase { /** @var NotifierInterface|\PHPUnit_Framework_MockObject_MockObject */ diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TokenManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TokenManipulatorTest.php index e26175601b..57db4bb8cf 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TokenManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/TokenManipulatorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manipulator; use Alchemy\Phrasea\Model\Entities\Token; use Alchemy\Phrasea\Model\Manipulator\TokenManipulator; +/** + * @group functional + * @group legacy + */ class TokenManipulatorTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/UserManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/UserManipulatorTest.php index 5b12ef952b..f01d9b48e4 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/UserManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/UserManipulatorTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Model\Manipulator\UserManipulator; use Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface; use Alchemy\Phrasea\Model\Entities\User; +/** + * @group functional + * @group legacy + */ class UserManipulatorTest extends \PhraseanetTestCase { public function testCreateUser() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventDeliveryManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventDeliveryManipulatorTest.php index f989b211ce..3d18434d71 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventDeliveryManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventDeliveryManipulatorTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Model\Manipulator\WebhookEventDeliveryManipulator; use Alchemy\Phrasea\Model\Manipulator\ApiApplicationManipulator; use Alchemy\Phrasea\Model\Entities\ApiApplication; +/** + * @group functional + * @group legacy + */ class WebhookEventDeliveryManipulatorTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventManipulatorTest.php b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventManipulatorTest.php index 492ff8d9b5..46948000f9 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventManipulatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Manipulator/WebhookEventManipulatorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Model\Manipulator; use Alchemy\Phrasea\Model\Manipulator\WebhookEventManipulator; use Alchemy\Phrasea\Model\Entities\WebhookEvent; +/** + * @group functional + * @group legacy + */ class WebhookEventManipulatorTest extends \PhraseanetTestCase { public function testCreate() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiAccountRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiAccountRepositoryTest.php index e41a56fa4d..d1ae54b911 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiAccountRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiAccountRepositoryTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; +/** + * @group functional + * @group legacy + */ class ApiAccountRepositoryTest extends \PhraseanetTestCase { public function testFindByUserAndApplication() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiApplicationRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiApplicationRepositoryTest.php index 7375a0f7cc..a51afd1c92 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiApplicationRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiApplicationRepositoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; use Alchemy\Phrasea\Model\Entities\ApiApplication; +/** + * @group functional + * @group legacy + */ class ApiApplicationRepositoryTest extends \PhraseanetTestCase { public function testFindByCreator() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthCodeRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthCodeRepositoryTest.php index e12db1c3a6..59858f3625 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthCodeRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthCodeRepositoryTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; +/** + * @group functional + * @group legacy + */ class ApiOauthCodeRepositoryTest extends \PhraseanetTestCase { public function testFindByAccount() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthTokenRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthTokenRepositoryTest.php index 0c4e3176ac..b9991bf0cd 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthTokenRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/ApiOauthTokenRepositoryTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; +/** + * @group functional + * @group legacy + */ class ApiOauthTokenRepositoryTest extends \PhraseanetTestCase { public function testFindDeveloperToken() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/FeedItemRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/FeedItemRepositoryTest.php index 76dca17d13..9daabb547c 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/FeedItemRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/FeedItemRepositoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; use Alchemy\Phrasea\Model\Entities\FeedItem; +/** + * @group functional + * @group legacy + */ class FeedItemRepositoryTest extends \PhraseanetTestCase { public function testIs_record_in_public_feedInPublicFeed() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/FtpExportRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/FtpExportRepositoryTest.php index 9635a3226a..42da690181 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/FtpExportRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/FtpExportRepositoryTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Model\Entities\FtpExport; use Alchemy\Phrasea\Model\Entities\FtpExportElement; use Gedmo\Timestampable\TimestampableListener; +/** + * @group functional + * @group legacy + */ class FtpExportRepositoryTest extends \PhraseanetTestCase { public function testFindCrashedExportsWithoutDate() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/TaskRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/TaskRepositoryTest.php index 12ed300a71..6a09ccc872 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/TaskRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/TaskRepositoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class TaskRepositoryTest extends \PhraseanetTestCase { public function testFindActiveTask() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/TokenRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/TokenRepositoryTest.php index 59391d6451..2901fd8c0e 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/TokenRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/TokenRepositoryTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; +/** + * @group functional + * @group legacy + */ class TokenRepositoryTest extends \PhraseanetTestCase { public function testFindValidToken() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/UserRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/UserRepositoryTest.php index db7c705f9e..ee6ca33b0b 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/UserRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/UserRepositoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; use Alchemy\Phrasea\Model\Entities\User; +/** + * @group functional + * @group legacy + */ class UserRepositoryTest extends \PhraseanetTestCase { public function testFindAdminsWithNoAdmins() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventDeliveryRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventDeliveryRepositoryTest.php index 8fea040470..2003735da0 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventDeliveryRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventDeliveryRepositoryTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; +/** + * @group functional + * @group legacy + */ class WebhookEventDeliveryRepositoryTest extends \PhraseanetTestCase { public function testFindUndeliveredEvents() diff --git a/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventRepositoryTest.php b/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventRepositoryTest.php index b2536c4ce9..c5266fcf61 100644 --- a/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventRepositoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Model/Repositories/WebhookEventRepositoryTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Model\Repositories; +/** + * @group functional + * @group legacy + */ class WebhookEventRepositoryTest extends \PhraseanetTestCase { public function testFindUnprocessedEvents() diff --git a/tests/Alchemy/Tests/Phrasea/Notification/DelivererTest.php b/tests/Alchemy/Tests/Phrasea/Notification/DelivererTest.php index 5b2303711b..6ae92610ba 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/DelivererTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/DelivererTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Notification; use Alchemy\Phrasea\Notification\Deliverer; use Alchemy\Phrasea\Exception\LogicException; +/** + * @group functional + * @group legacy + */ class DelivererTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Notification/EmitterTest.php b/tests/Alchemy/Tests/Phrasea/Notification/EmitterTest.php index 94207d7fc8..d3d0d0ee27 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/EmitterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/EmitterTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Notification; use Alchemy\Phrasea\Notification\Emitter; use Alchemy\Phrasea\Exception\InvalidArgumentException; +/** + * @group functional + * @group legacy + */ class EmitterTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/AbstractMailTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/AbstractMailTest.php index fa90f1372d..282b73363e 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/AbstractMailTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/AbstractMailTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Notification\Mail\AbstractMail; use Symfony\Component\Routing\Generator\UrlGenerator; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\AbstractMail */ class AbstractMailTest extends \PhraseanetTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoBridgeUploadFailedTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoBridgeUploadFailedTest.php index de27a6250a..da8f6ef420 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoBridgeUploadFailedTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoBridgeUploadFailedTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Notification\Mail\MailInfoBridgeUploadFailed; use Alchemy\Phrasea\Exception\LogicException; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoBridgeUploadFailed */ class MailInfoBridgeUploadFailedTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewOrderTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewOrderTest.php index e9dbedb20a..23645c9117 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewOrderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewOrderTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailInfoNewOrder; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoNewOrder */ class MailInfoNewOrderTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewPublicationTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewPublicationTest.php index 9ee15745d5..315a7895d1 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewPublicationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoNewPublicationTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailInfoNewPublication; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoNewPublication */ class MailInfoNewPublicationTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderCancelledTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderCancelledTest.php index ee26fa8f16..0d6d511b9a 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderCancelledTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderCancelledTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailInfoOrderCancelled; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoOrderCancelled */ class MailInfoOrderCancelledTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderDeliveredTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderDeliveredTest.php index 7ac3c7d110..f21580ff06 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderDeliveredTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoOrderDeliveredTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailInfoOrderDelivered; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoOrderDelivered */ class MailInfoOrderDeliveredTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoPushReceivedTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoPushReceivedTest.php index 75db81c11a..64c92fd02c 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoPushReceivedTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoPushReceivedTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailInfoPushReceived; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoPushReceived */ class MailInfoPushReceivedTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoRecordQuarantinedTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoRecordQuarantinedTest.php index d4be4ff17e..d551bcf610 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoRecordQuarantinedTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoRecordQuarantinedTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailInfoRecordQuarantined; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoRecordQuarantined */ class MailInfoRecordQuarantinedTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoSomebodyAutoregisteredTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoSomebodyAutoregisteredTest.php index 44588bbd67..d5fd05f1cd 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoSomebodyAutoregisteredTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoSomebodyAutoregisteredTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailInfoSomebodyAutoregistered; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoSomebodyAutoregistered */ class MailInfoSomebodyAutoregisteredTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoUserRegisteredTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoUserRegisteredTest.php index 1635f74e4b..15440ee7cd 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoUserRegisteredTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoUserRegisteredTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailInfoUserRegistered; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoUserRegistered */ class MailInfoUserRegisteredTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationDoneTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationDoneTest.php index 63d1261f04..2be986d8c1 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationDoneTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationDoneTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Notification\Mail\MailInfoValidationDone; use Alchemy\Phrasea\Exception\LogicException; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoValidationDone */ class MailInfoValidationDoneTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationReminderTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationReminderTest.php index 8675b349df..a720b87280 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationReminderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationReminderTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailInfoValidationReminder; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoValidationReminder */ class MailInfoValidationReminderTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationRequestTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationRequestTest.php index 5db94658ec..713ac807fc 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationRequestTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailInfoValidationRequestTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Notification\Mail\MailInfoValidationRequest; use Alchemy\Phrasea\Exception\LogicException; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailInfoValidationRequest */ class MailInfoValidationRequestTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRecordsExportTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRecordsExportTest.php index 2140f1c088..6bf465c873 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRecordsExportTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRecordsExportTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailRecordsExport; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailRecordsExport */ class MailRecordsExportTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailConfirmationTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailConfirmationTest.php index f7297320e2..caea32ef08 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailConfirmationTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailConfirmationTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation */ class MailRequestEmailConfirmationTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailUpdateTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailUpdateTest.php index 8bbc63511d..b53b5789dd 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailUpdateTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestEmailUpdateTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailRequestEmailUpdate; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailRequestEmailUpdate */ class MailRequestEmailUpdateTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordSetupTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordSetupTest.php index 9d899a049a..3867c036a1 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordSetupTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordSetupTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordSetup; use Alchemy\Phrasea\Exception\LogicException; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailRequestPasswordSetup */ class MailRequestPasswordSetupTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordUpdateTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordUpdateTest.php index 87263fd008..33e564a7a7 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordUpdateTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailRequestPasswordUpdateTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordUpdate; use Alchemy\Phrasea\Exception\LogicException; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailRequestPasswordUpdate */ class MailRequestPasswordUpdateTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessAccessRequestTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessAccessRequestTest.php index 276fcb28dc..71d41795f1 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessAccessRequestTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessAccessRequestTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailSuccessAccessRequest; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailSuccessAccessRequest */ class MailSuccessAccessRequestTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegisteredTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegisteredTest.php index a6e47f7bd9..b9b8abc620 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegisteredTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegisteredTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationRegistered; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationRegistered */ class MailSuccessEmailConfirmationRegisteredTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregisteredTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregisteredTest.php index b0c62b6151..5bb54fa1cd 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregisteredTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregisteredTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationUnregistered; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationUnregistered */ class MailSuccessEmailConfirmationUnregisteredTest extends MailWithLinkTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailUpdateTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailUpdateTest.php index 1ab7918af4..065515d8e4 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailUpdateTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessEmailUpdateTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailSuccessEmailUpdate; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailSuccessEmailUpdate */ class MailSuccessEmailUpdateTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessFTPSenderTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessFTPSenderTest.php index 8f2f41890a..4afe0a8349 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessFTPSenderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailSuccessFTPSenderTest.php @@ -6,6 +6,8 @@ use Alchemy\Phrasea\Exception\LogicException; use Alchemy\Phrasea\Notification\Mail\MailSuccessFTPSender; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailSuccessFTPSender */ class MailSuccessFTPSenderTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailTestTest.php b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailTestTest.php index ccd3db9ce4..36fe5d7cd2 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailTestTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/Mail/MailTestTest.php @@ -5,6 +5,8 @@ namespace Alchemy\Tests\Phrasea\Notification\Mail; use Alchemy\Phrasea\Notification\Mail\MailTest; /** + * @group functional + * @group legacy * @covers Alchemy\Phrasea\Notification\Mail\MailTest */ class MailTestTest extends MailTestCase diff --git a/tests/Alchemy/Tests/Phrasea/Notification/ReceiverTest.php b/tests/Alchemy/Tests/Phrasea/Notification/ReceiverTest.php index bcb6a52d20..60510da8f2 100644 --- a/tests/Alchemy/Tests/Phrasea/Notification/ReceiverTest.php +++ b/tests/Alchemy/Tests/Phrasea/Notification/ReceiverTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Notification; use Alchemy\Phrasea\Notification\Receiver; use Alchemy\Phrasea\Exception\InvalidArgumentException; +/** + * @group functional + * @group legacy + */ class ReceiverTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Importer/FolderImporterTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Importer/FolderImporterTest.php index f407266177..61292c1466 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Importer/FolderImporterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Importer/FolderImporterTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Plugin\Importer\FolderImporter; use Alchemy\Tests\Phrasea\Plugin\PluginTestCase; use Symfony\Component\Filesystem\Exception\IOException; +/** + * @group functional + * @group legacy + */ class FolderImporterTest extends PluginTestCase { public function testImport() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImportStrategyTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImportStrategyTest.php index 9660d8a6b8..18fbb9d28b 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImportStrategyTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImportStrategyTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Plugin\Importer; use Alchemy\Phrasea\Plugin\Importer\ImportStrategy; use Alchemy\Tests\Phrasea\Plugin\PluginTestCase; +/** + * @group functional + * @group legacy + */ class ImportStrategyTest extends PluginTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImporterTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImporterTest.php index 4f125ecb1d..febae51c95 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImporterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Importer/ImporterTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Plugin\Importer; use Alchemy\Phrasea\Plugin\Importer\Importer; use Alchemy\Tests\Phrasea\Plugin\PluginTestCase; +/** + * @group functional + * @group legacy + */ class ImporterTest extends PluginTestCase { public function testImport() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Management/AssetsManagerTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Management/AssetsManagerTest.php index c1904ad8cc..b708269fc9 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Management/AssetsManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Management/AssetsManagerTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Plugin\Management; use Alchemy\Phrasea\Plugin\Management\AssetsManager; use Symfony\Component\Filesystem\Exception\IOException; +/** + * @group functional + * @group legacy + */ class AssetsManagerTest extends \PhraseanetTestCase { public function testUpdate() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Management/AutoloaderGeneratorTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Management/AutoloaderGeneratorTest.php index b6b57b59ae..82b31ad777 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Management/AutoloaderGeneratorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Management/AutoloaderGeneratorTest.php @@ -9,6 +9,10 @@ use Alchemy\Phrasea\Plugin\Schema\Manifest; use Symfony\Component\Process\ProcessBuilder; use Symfony\Component\Process\ExecutableFinder; +/** + * @group functional + * @group legacy + */ class AutoloaderGeneratorTest extends \PhraseanetTestCase { public function testGeneratedFileAfterInstall() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Management/ComposerInstallerTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Management/ComposerInstallerTest.php index d26628acbe..772224fe92 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Management/ComposerInstallerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Management/ComposerInstallerTest.php @@ -8,6 +8,10 @@ use Guzzle\Http\Client as Guzzle; use Symfony\Component\Process\ExecutableFinder; use Symfony\Component\Filesystem\Filesystem; +/** + * @group functional + * @group legacy + */ class ComposerInstallerTest extends \PhraseanetTestCase { public function testInstall() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Management/PluginsExplorerTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Management/PluginsExplorerTest.php index 621cb86641..4c99b5fef7 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Management/PluginsExplorerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Management/PluginsExplorerTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Plugin\Management; use Alchemy\Phrasea\Plugin\Management\PluginsExplorer; use Alchemy\Tests\Phrasea\Plugin\PluginTestCase; +/** + * @group functional + * @group legacy + */ class PluginsExplorerTest extends PluginTestCase { public function testCount() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/PluginManagerTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/PluginManagerTest.php index eb36ab2353..af439bdf15 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/PluginManagerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/PluginManagerTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Plugin; use Alchemy\Phrasea\Plugin\PluginManager; use Alchemy\Phrasea\Plugin\Schema\PluginValidator; +/** + * @group functional + * @group legacy + */ class PluginManagerTest extends PluginTestCase { public function testListGoodPlugins() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/PluginTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/PluginTest.php index 6bdc3e7638..49ca6a4033 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/PluginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/PluginTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Plugin; use Alchemy\Phrasea\Plugin\Plugin; +/** + * @group functional + * @group legacy + */ class PluginTest extends PluginTestCase { public function testGetters() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/PluginTestCase.php b/tests/Alchemy/Tests/Phrasea/Plugin/PluginTestCase.php index 1c4eb8a6b5..1106bc41ac 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/PluginTestCase.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/PluginTestCase.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Plugin; use Alchemy\Phrasea\Plugin\Schema\ManifestValidator; +/** + * @group functional + * @group legacy + */ class PluginTestCase extends \PhraseanetTestCase { protected function createManifestValidator() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestTest.php index cd1e4db8c0..e2628a92f6 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Plugin\Schema; use Alchemy\Phrasea\Plugin\Schema\Manifest; +/** + * @group functional + * @group legacy + */ class ManifestTest extends \PhraseanetTestCase { public function testGetters() diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestValidatorTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestValidatorTest.php index 4431338ba2..438da1932c 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestValidatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Schema/ManifestValidatorTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Plugin\Schema\ManifestValidator; use JsonSchema\Validator as JsonSchemaValidator; use Alchemy\Tests\Phrasea\Plugin\PluginTestCase; +/** + * @group functional + * @group legacy + */ class ManifestValidatorTest extends PluginTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Plugin/Schema/PluginValidatorTest.php b/tests/Alchemy/Tests/Phrasea/Plugin/Schema/PluginValidatorTest.php index e40b12f3f6..59da5f3a71 100644 --- a/tests/Alchemy/Tests/Phrasea/Plugin/Schema/PluginValidatorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Plugin/Schema/PluginValidatorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Plugin\Schema; use Alchemy\Phrasea\Plugin\Schema\PluginValidator; use Alchemy\Tests\Phrasea\Plugin\PluginTestCase; +/** + * @group functional + * @group legacy + */ class PluginValidatorTest extends PluginTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineLoggerTest.php b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineLoggerTest.php index 9b18ccf39e..a79734444a 100644 --- a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineLoggerTest.php +++ b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineLoggerTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\SearchEngine; use Alchemy\Phrasea\SearchEngine\SearchEngineLogger; +/** + * @group functional + * @group legacy + */ class SearchEngineLoggerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineOptionsTest.php b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineOptionsTest.php index be5430145f..ff55497019 100644 --- a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineOptionsTest.php +++ b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineOptionsTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\SearchEngine; use Alchemy\Phrasea\SearchEngine\SearchEngineOptions; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class SearchEngineOptionsTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineResultTest.php b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineResultTest.php index d81dcbea85..c72ae14847 100644 --- a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineResultTest.php +++ b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineResultTest.php @@ -6,6 +6,10 @@ use Doctrine\Common\Collections\ArrayCollection; use Alchemy\Phrasea\SearchEngine\SearchEngineResult; use Alchemy\Phrasea\SearchEngine\SearchEngineSuggestion; +/** + * @group functional + * @group legacy + */ class SearchEngineResultTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineSuggestionTest.php b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineSuggestionTest.php index 5807c4a99c..347d797676 100644 --- a/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineSuggestionTest.php +++ b/tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineSuggestionTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\SearchEngine; use Alchemy\Phrasea\SearchEngine\SearchEngineSuggestion; +/** + * @group functional + * @group legacy + */ class SearchEngineSuggestionTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Security/FirewallTest.php b/tests/Alchemy/Tests/Phrasea/Security/FirewallTest.php index 7e096b8f3f..50f90e8d6c 100644 --- a/tests/Alchemy/Tests/Phrasea/Security/FirewallTest.php +++ b/tests/Alchemy/Tests/Phrasea/Security/FirewallTest.php @@ -2,6 +2,12 @@ namespace Alchemy\Tests\Phrasea\Security; +/** + * @group functional + * @group legacy + * @group authenticated + * @group web + */ class FirewallTest extends \PhraseanetAuthenticatedWebTestCase { protected $client; diff --git a/tests/Alchemy/Tests/Phrasea/Setup/ConfigurationTesterTest.php b/tests/Alchemy/Tests/Phrasea/Setup/ConfigurationTesterTest.php index 2195a3172a..09f44d7e18 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/ConfigurationTesterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/ConfigurationTesterTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Setup; use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Setup\ConfigurationTester; +/** + * @group functional + * @group legacy + */ class ConfigurationTesterTest extends AbstractSetupTester { diff --git a/tests/Alchemy/Tests/Phrasea/Setup/InstallerTest.php b/tests/Alchemy/Tests/Phrasea/Setup/InstallerTest.php index 2f85c531a6..9d91edb068 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/InstallerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/InstallerTest.php @@ -10,6 +10,10 @@ use Symfony\Component\Yaml\Parser; use Symfony\Component\Yaml\Yaml; use Alchemy\Phrasea\Core\Configuration\Compiler; +/** + * @group functional + * @group legacy + */ class InstallerTest extends \PhraseanetTestCase { public function tearDown() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/BinariesProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/BinariesProbeTest.php index d8a6644934..7bf26bb1d5 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/BinariesProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/BinariesProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class BinariesProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/CacheServerProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/CacheServerProbeTest.php index ea40e11f54..4eed55d41f 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/CacheServerProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/CacheServerProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class CacheServerProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/DataboxStructureProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/DataboxStructureProbeTest.php index fdb1682ff8..c57a05c75f 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/DataboxStructureProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/DataboxStructureProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class DataboxStructureProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/FilesystemProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/FilesystemProbeTest.php index 77d8ce58fc..ed35fa1e7c 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/FilesystemProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/FilesystemProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class FilesystemProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/LocalesProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/LocalesProbeTest.php index 9e39ff4c93..b7306f04a0 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/LocalesProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/LocalesProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class LocalesProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/PhpProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/PhpProbeTest.php index 0795b6fcf4..2f5b946524 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/PhpProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/PhpProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class PhpProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/SearchEngineProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/SearchEngineProbeTest.php index 14cdcad6ab..0327db9327 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/SearchEngineProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/SearchEngineProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class SearchEngineProbeTest extends ProbeTestCase { public function setUp() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/SubdefsPathsProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/SubdefsPathsProbeTest.php index 9b489e7c19..2e4f37eaf1 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/SubdefsPathsProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/SubdefsPathsProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class SubdefsPathsProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Probe/SystemProbeTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Probe/SystemProbeTest.php index 61b4c2cf0c..8fba3e2e70 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Probe/SystemProbeTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Probe/SystemProbeTest.php @@ -2,6 +2,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Probe; +/** + * @group functional + * @group legacy + */ class SystemProbeTest extends ProbeTestCase { protected function getClassName() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/BinariesRequirementsTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/BinariesRequirementsTest.php index 785ef336ba..146b2fac08 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/BinariesRequirementsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/BinariesRequirementsTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Requirements; use Alchemy\Phrasea\Setup\Requirements\BinariesRequirements; +/** + * @group functional + * @group legacy + */ class BinariesRequirementsTest extends RequirementsTestCase { protected function provideRequirements() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/CacheServerRequirementTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/CacheServerRequirementTest.php index 46487d94d1..03f818be93 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/CacheServerRequirementTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/CacheServerRequirementTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Requirements; use Alchemy\Phrasea\Setup\Requirements\CacheServerRequirement; +/** + * @group functional + * @group legacy + */ class CacheServerRequirementTest extends RequirementsTestCase { protected function provideRequirements() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/FilesystemRequirementsTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/FilesystemRequirementsTest.php index eaeac5cda4..1b4d2d9666 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/FilesystemRequirementsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/FilesystemRequirementsTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Requirements; use Alchemy\Phrasea\Setup\Requirements\FilesystemRequirements; +/** + * @group functional + * @group legacy + */ class FilesystemRequirementsTest extends RequirementsTestCase { protected function provideRequirements() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/LocalesRequirementsTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/LocalesRequirementsTest.php index 3f54abad42..eb3cce520f 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/LocalesRequirementsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/LocalesRequirementsTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Requirements; use Alchemy\Phrasea\Setup\Requirements\LocalesRequirements; +/** + * @group functional + * @group legacy + */ class LocalesRequirementsTest extends RequirementsTestCase { protected function provideRequirements() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/PhpRequirementsTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/PhpRequirementsTest.php index adb23a35b7..c201e4b1ef 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/PhpRequirementsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/PhpRequirementsTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Requirements; use Alchemy\Phrasea\Setup\Requirements\PhpRequirements; +/** + * @group functional + * @group legacy + */ class PhpRequirementsTest extends RequirementsTestCase { protected function provideRequirements() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/SystemRequirementsTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/SystemRequirementsTest.php index 3d26620bc8..ff54038660 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Requirements/SystemRequirementsTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Requirements/SystemRequirementsTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Requirements; use Alchemy\Phrasea\Setup\Requirements\SystemRequirements; +/** + * @group functional + * @group legacy + */ class SystemRequirementsTest extends RequirementsTestCase { protected function provideRequirements() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/MailCheckerTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/MailCheckerTest.php index ef5a579ed3..785a2ad87f 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/MailCheckerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/MailCheckerTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Setup\Version; use Alchemy\Phrasea\Setup\Version\MailChecker; +/** + * @group functional + * @group legacy + */ class MailCheckerTest extends \PhraseanetTestCase { public function testMailChecker() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration31Test.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration31Test.php index b75963c18a..dbac59b585 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration31Test.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration31Test.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Setup\Version\Migration\Migration31; use Alchemy\Tests\Phrasea\Setup\AbstractSetupTester; +/** + * @group functional + * @group legacy + */ class Migration31Test extends AbstractSetupTester { diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration35Test.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration35Test.php index 9a1183e3cd..86b262a23a 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration35Test.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration35Test.php @@ -9,6 +9,10 @@ use Alchemy\Phrasea\Setup\Version\Migration\Migration35; use Alchemy\Tests\Phrasea\Setup\AbstractSetupTester; use Symfony\Component\Yaml\Yaml; +/** + * @group functional + * @group legacy + */ class Migration35Test extends AbstractSetupTester { private $specifications; diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration38Test.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration38Test.php index 3e62e9c100..a51b2beda3 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration38Test.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/Migration/Migration38Test.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Setup\Version\Migration\Migration38; use Alchemy\Tests\Phrasea\Setup\AbstractSetupTester; +/** + * @group functional + * @group legacy + */ class Migration38Test extends AbstractSetupTester { public function setUp() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39UsersTest.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39UsersTest.php index 10e88f093f..ae5dd7c44c 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39UsersTest.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39UsersTest.php @@ -11,6 +11,10 @@ use Doctrine\ORM\Query\ResultSetMapping; use Doctrine\ORM\Tools\SchemaTool; use Doctrine\DBAL\Types\Type; +/** + * @group functional + * @group legacy + */ class Upgrade39UsersTest extends \PhraseanetTestCase { const DB_NAME = 'update39_test'; diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe31Test.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe31Test.php index 8f0fe2045b..00ae6452b6 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe31Test.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe31Test.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Tests\Phrasea\Setup\AbstractSetupTester; use Alchemy\Phrasea\Setup\Version\Probe\Probe31; +/** + * @group functional + * @group legacy + */ class Probe31Test extends AbstractSetupTester { public function testNoMigration() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe35Test.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe35Test.php index 90613a4383..64ec124079 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe35Test.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe35Test.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Setup\Version\Probe\Probe35; use Alchemy\Tests\Phrasea\Setup\AbstractSetupTester; +/** + * @group functional + * @group legacy + */ class Probe35Test extends AbstractSetupTester { public function testNoMigration() diff --git a/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe38Test.php b/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe38Test.php index d2b916ad27..82a99e0209 100644 --- a/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe38Test.php +++ b/tests/Alchemy/Tests/Phrasea/Setup/Version/Probe/Probe38Test.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Application; use Alchemy\Tests\Phrasea\Setup\AbstractSetupTester; use Alchemy\Phrasea\Setup\Version\Probe\Probe38; +/** + * @group functional + * @group legacy + */ class Probe38Test extends AbstractSetupTester { public function testNoMigration() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/ArchiveEditorTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/ArchiveEditorTest.php index 43ea6ca51b..7aaedebf9e 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/ArchiveEditorTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/ArchiveEditorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Editor; use Alchemy\Phrasea\TaskManager\Editor\ArchiveEditor; +/** + * @group functional + * @group legacy + */ class ArchiveEditorTest extends EditorTestCase { public function provideDataForXMLUpdatesFromForm() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/DefaultEditorTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/DefaultEditorTest.php index 8bca23a2ef..ec437568f9 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/DefaultEditorTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/DefaultEditorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Editor; use Alchemy\Phrasea\TaskManager\Editor\DefaultEditor; +/** + * @group functional + * @group legacy + */ class DefaultEditorTest extends EditorTestCase { public function provideDataForXMLUpdatesFromForm() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpEditorTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpEditorTest.php index b3a07df858..bda4dc9fd6 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpEditorTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpEditorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Editor; use Alchemy\Phrasea\TaskManager\Editor\FtpEditor; +/** + * @group functional + * @group legacy + */ class FtpEditorTest extends EditorTestCase { public function provideDataForXMLUpdatesFromForm() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpPullEditorTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpPullEditorTest.php index 35a094ba95..04a4989cec 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpPullEditorTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/FtpPullEditorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Editor; use Alchemy\Phrasea\TaskManager\Editor\FtpPullEditor; +/** + * @group functional + * @group legacy + */ class FtpPullEditorTest extends EditorTestCase { public function provideDataForXMLUpdatesFromForm() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/RecordMoverEditorTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/RecordMoverEditorTest.php index c78e5628b2..ea3b12cba8 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/RecordMoverEditorTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/RecordMoverEditorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Editor; use Alchemy\Phrasea\TaskManager\Editor\RecordMoverEditor; use Symfony\Component\HttpFoundation\Request; +/** + * @group functional + * @group legacy + */ class RecordMoverEditorTest extends EditorTestCase { public function provideDataForXMLUpdatesFromForm() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/SubdefsEditorTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/SubdefsEditorTest.php index 2347dcaa5d..58061b64d2 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/SubdefsEditorTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/SubdefsEditorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Editor; use Alchemy\Phrasea\TaskManager\Editor\SubdefsEditor; +/** + * @group functional + * @group legacy + */ class SubdefsEditorTest extends EditorTestCase { public function provideDataForXMLUpdatesFromForm() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/WriteMetadataEditorTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/WriteMetadataEditorTest.php index 86f04c0942..08d939ee74 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/WriteMetadataEditorTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Editor/WriteMetadataEditorTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Editor; use Alchemy\Phrasea\TaskManager\Editor\WriteMetadataEditor; +/** + * @group functional + * @group legacy + */ class WriteMetadataEditorTest extends EditorTestCase { public function provideDataForXMLUpdatesFromForm() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Event/FinishedJobRemoverSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Event/FinishedJobRemoverSubscriberTest.php index 3d65e5fbc7..efeedb20f2 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Event/FinishedJobRemoverSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Event/FinishedJobRemoverSubscriberTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\TaskManager\Event\FinishedJobRemoverSubscriber; use Alchemy\Phrasea\TaskManager\Event\JobFinishedEvent; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class FinishedJobRemoverSubscriberTest extends \PhraseanetTestCase { public function testOnJobFinish() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Event/JobFinishedEventTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Event/JobFinishedEventTest.php index 0634ce873b..b09c445191 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Event/JobFinishedEventTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Event/JobFinishedEventTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Event; use Alchemy\Phrasea\TaskManager\Event\JobFinishedEvent; +/** + * @group functional + * @group legacy + */ class JobFinishedEventTest extends \PhraseanetTestCase { public function testEvent() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Event/PhraseanetIndexerStopperSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Event/PhraseanetIndexerStopperSubscriberTest.php index 01b0553d8e..dc49b82672 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Event/PhraseanetIndexerStopperSubscriberTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Event/PhraseanetIndexerStopperSubscriberTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Event; use Alchemy\Phrasea\TaskManager\Event\PhraseanetIndexerStopperSubscriber; +/** + * @group functional + * @group legacy + */ class PhraseanetIndexerStopperSubscriberTest extends \PhraseanetTestCase { public function testSocketmessageIsSentOnStop() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/ArchiveJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/ArchiveJobTest.php index 362ce714b5..a1e12617a0 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/ArchiveJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/ArchiveJobTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\ArchiveJob; +/** + * @group functional + * @group legacy + */ class ArchiveJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/BridgeJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/BridgeJobTest.php index 05da883ba0..65da6fa9e4 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/BridgeJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/BridgeJobTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\BridgeJob; +/** + * @group functional + * @group legacy + */ class BridgeJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/EmptyCollectionJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/EmptyCollectionJobTest.php index 872fb44abc..9f6710c17e 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/EmptyCollectionJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/EmptyCollectionJobTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\EmptyCollectionJob; +/** + * @group functional + * @group legacy + */ class EmptyCollectionJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FactoryTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FactoryTest.php index 4bd887d1db..fdc7aa8bf9 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FactoryTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\Factory; +/** + * @group functional + * @group legacy + */ class FactoryTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpJobTest.php index 5bbd9bc019..4ab6997ca0 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpJobTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\Notification\Deliverer; use Alchemy\Phrasea\TaskManager\Job\FtpJob; +/** + * @group functional + * @group legacy + */ class FtpJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpPullJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpPullJobTest.php index 7fdaba7333..d4336f9413 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpPullJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/FtpPullJobTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\FtpPullJob; +/** + * @group functional + * @group legacy + */ class FtpPullJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/JobDataTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/JobDataTest.php index b256315426..2e426c7c2b 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/JobDataTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/JobDataTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\JobData; +/** + * @group functional + * @group legacy + */ class JobDataTest extends \PhraseanetTestCase { public function testGetters() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/NullJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/NullJobTest.php index 943a702127..689a88cd38 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/NullJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/NullJobTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\NullJob; +/** + * @group functional + * @group legacy + */ class NullJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/RecordMoverJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/RecordMoverJobTest.php index e1ad0e8203..49eecfbd37 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/RecordMoverJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/RecordMoverJobTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\RecordMoverJob; +/** + * @group functional + * @group legacy + */ class RecordMoverJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/SubdefsJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/SubdefsJobTest.php index 4379f27f70..f8d733e2a7 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/SubdefsJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/SubdefsJobTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\TaskManager\Job\SubdefsJob; use Alchemy\Phrasea\TaskManager\Job\JobData; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class SubdefsJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WebhookJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WebhookJobTest.php index ad6838ecf0..fbc2b3a057 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WebhookJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WebhookJobTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Job; use Alchemy\Phrasea\TaskManager\Job\WebhookJob; +/** + * @group functional + * @group legacy + */ class WebhookJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WriteMetadataJobTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WriteMetadataJobTest.php index 1a2c670952..b6d175cd6a 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WriteMetadataJobTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WriteMetadataJobTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\TaskManager\Job\WriteMetadataJob; use Alchemy\Phrasea\TaskManager\Job\JobData; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class WriteMetadataJobTest extends JobTestCase { protected function getJob() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/LiveInformationTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/LiveInformationTest.php index 9c31666524..98676ea677 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/LiveInformationTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/LiveInformationTest.php @@ -7,6 +7,10 @@ use Alchemy\Phrasea\TaskManager\NotifierInterface; use Alchemy\Phrasea\TaskManager\TaskManagerStatus; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class LiveInformationTest extends \PhraseanetTestCase { public function testItReturnsWorkingManagerStatus() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/Log/LogFileFactoryTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/Log/LogFileFactoryTest.php index b04c806e59..c4ad131661 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/Log/LogFileFactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/Log/LogFileFactoryTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager\Log; use Alchemy\Phrasea\TaskManager\Log\LogFileFactory; use Alchemy\Phrasea\Model\Entities\Task; +/** + * @group functional + * @group legacy + */ class LogFileFactoryTest extends \PhraseanetTestCase { public function testForTask() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/TaskListTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/TaskListTest.php index bf9af341cf..dd18cc9096 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/TaskListTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/TaskListTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\TaskManager; use Alchemy\Phrasea\Model\Entities\Task; use Alchemy\Phrasea\TaskManager\TaskList; +/** + * @group functional + * @group legacy + */ class TaskListTest extends \PhraseanetTestCase { public function testThatRefreshReturnsAnArrayOfTaskInterface() diff --git a/tests/Alchemy/Tests/Phrasea/TaskManager/TaskManagerStatusTest.php b/tests/Alchemy/Tests/Phrasea/TaskManager/TaskManagerStatusTest.php index d3e03a6609..02e0ed0c8e 100644 --- a/tests/Alchemy/Tests/Phrasea/TaskManager/TaskManagerStatusTest.php +++ b/tests/Alchemy/Tests/Phrasea/TaskManager/TaskManagerStatusTest.php @@ -6,6 +6,10 @@ use Alchemy\Phrasea\Core\Configuration\PropertyAccess; use Alchemy\Phrasea\TaskManager\TaskManagerStatus; use Alchemy\Tests\Phrasea\MockArrayConf; +/** + * @group functional + * @group legacy + */ class TaskManagerStatusTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Twig/BytesConverterTest.php b/tests/Alchemy/Tests/Phrasea/Twig/BytesConverterTest.php index 81c61a5c3d..ebc35c387b 100644 --- a/tests/Alchemy/Tests/Phrasea/Twig/BytesConverterTest.php +++ b/tests/Alchemy/Tests/Phrasea/Twig/BytesConverterTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Twig; use Alchemy\Phrasea\Twig\BytesConverter; +/** + * @group functional + * @group legacy + */ class BytesConverterTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Utilities/ComposerSetupTest.php b/tests/Alchemy/Tests/Phrasea/Utilities/ComposerSetupTest.php index e95630dd6d..00736fc06e 100644 --- a/tests/Alchemy/Tests/Phrasea/Utilities/ComposerSetupTest.php +++ b/tests/Alchemy/Tests/Phrasea/Utilities/ComposerSetupTest.php @@ -7,6 +7,10 @@ use Guzzle\Http\Client as Guzzle; use Symfony\Component\Process\PhpExecutableFinder; use Symfony\Component\Process\ProcessBuilder; +/** + * @group functional + * @group legacy + */ class ComposerSetupTest extends \PhraseanetTestCase { public function testSetup() diff --git a/tests/Alchemy/Tests/Phrasea/Utilities/Less/BuilderTest.php b/tests/Alchemy/Tests/Phrasea/Utilities/Less/BuilderTest.php index f452fd0b35..0a5e8a0073 100644 --- a/tests/Alchemy/Tests/Phrasea/Utilities/Less/BuilderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Utilities/Less/BuilderTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Utilities\Less; use Alchemy\Phrasea\Utilities\Less\Builder; +/** + * @group functional + * @group legacy + */ class BuilderTest extends \PhraseanetTestCase { public function testBuildSuccess() diff --git a/tests/Alchemy/Tests/Phrasea/Utilities/Less/CompilerTest.php b/tests/Alchemy/Tests/Phrasea/Utilities/Less/CompilerTest.php index 62dea82fc6..0171ebdafa 100644 --- a/tests/Alchemy/Tests/Phrasea/Utilities/Less/CompilerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Utilities/Less/CompilerTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Utilities\Less; use Alchemy\Phrasea\Utilities\Less\Compiler; use Alchemy\BinaryDriver\Exception\ExecutionFailureException; +/** + * @group functional + * @group legacy + */ class CompilerTest extends \PhraseanetTestCase { public function testCompileSuccess() diff --git a/tests/Alchemy/Tests/Phrasea/Utilities/String/CamelizerTest.php b/tests/Alchemy/Tests/Phrasea/Utilities/String/CamelizerTest.php index 85466cbe92..916540c23a 100644 --- a/tests/Alchemy/Tests/Phrasea/Utilities/String/CamelizerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Utilities/String/CamelizerTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Utilities\String; use Alchemy\Phrasea\Utilities\String\Camelizer; +/** + * @group functional + * @group legacy + */ class CamelizerTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php b/tests/Alchemy/Tests/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php index 75ae4ba66c..0b9dcbcda6 100644 --- a/tests/Alchemy/Tests/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Vocabulary\ControlProvider; use Alchemy\Phrasea\Vocabulary\ControlProvider\UserProvider; use Doctrine\ORM\EntityManager; +/** + * @group functional + * @group legacy + */ class UserProviderTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Vocabulary/ControllerTest.php b/tests/Alchemy/Tests/Phrasea/Vocabulary/ControllerTest.php index b5f9799882..83c0bc16c0 100644 --- a/tests/Alchemy/Tests/Phrasea/Vocabulary/ControllerTest.php +++ b/tests/Alchemy/Tests/Phrasea/Vocabulary/ControllerTest.php @@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Vocabulary; use Alchemy\Phrasea\Vocabulary\Controller; +/** + * @group functional + * @group legacy + */ class ControllerTest extends \PhraseanetTestCase { diff --git a/tests/Alchemy/Tests/Phrasea/Vocabulary/TermTest.php b/tests/Alchemy/Tests/Phrasea/Vocabulary/TermTest.php index 5643bbccfd..d0d2ea0fc2 100644 --- a/tests/Alchemy/Tests/Phrasea/Vocabulary/TermTest.php +++ b/tests/Alchemy/Tests/Phrasea/Vocabulary/TermTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Vocabulary; use Alchemy\Phrasea\Vocabulary\Term; use Alchemy\Phrasea\Vocabulary\ControlProvider\UserProvider; +/** + * @group functional + * @group legacy + */ class TermTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Webhook/EventProcessorFactoryTest.php b/tests/Alchemy/Tests/Phrasea/Webhook/EventProcessorFactoryTest.php index 52908582c1..4f067093ca 100644 --- a/tests/Alchemy/Tests/Phrasea/Webhook/EventProcessorFactoryTest.php +++ b/tests/Alchemy/Tests/Phrasea/Webhook/EventProcessorFactoryTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Webhook; use Alchemy\Phrasea\Model\Entities\WebhookEvent; use Alchemy\Phrasea\Webhook\EventProcessorFactory; +/** + * @group functional + * @group legacy + */ class EventProcessorFactoryTest extends \PhraseanetTestCase { /** diff --git a/tests/Alchemy/Tests/Phrasea/Webhook/Processor/FeedEntryProcessorTest.php b/tests/Alchemy/Tests/Phrasea/Webhook/Processor/FeedEntryProcessorTest.php index 9b4655d9ab..50be6035b6 100644 --- a/tests/Alchemy/Tests/Phrasea/Webhook/Processor/FeedEntryProcessorTest.php +++ b/tests/Alchemy/Tests/Phrasea/Webhook/Processor/FeedEntryProcessorTest.php @@ -5,6 +5,10 @@ namespace Alchemy\Tests\Phrasea\Webhook; use Alchemy\Phrasea\Model\Entities\WebhookEvent; use Alchemy\Phrasea\Webhook\Processor\FeedEntryProcessor; +/** + * @group functional + * @group legacy + */ class FeedEntryProcessorTest extends \PhraseanetTestCase { diff --git a/tests/classes/ACLTest.php b/tests/classes/ACLTest.php index 6a7106ce32..ce02ce9b69 100644 --- a/tests/classes/ACLTest.php +++ b/tests/classes/ACLTest.php @@ -1,5 +1,9 @@