Add some groups legacy, functional, web, authenticated

This commit is contained in:
Benoît Burnichon
2015-06-15 19:30:51 +02:00
parent 6fdecbe6cb
commit b272ce5aac
492 changed files with 1982 additions and 0 deletions

View File

@@ -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
{
/**

View File

@@ -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
{
/**