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 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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Utilities\String;
use Alchemy\Phrasea\Utilities\String\Camelizer;
/**
* @group functional
* @group legacy
*/
class CamelizerTest extends \PhraseanetTestCase
{
/**