mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Add some groups legacy, functional, web, authenticated
This commit is contained in:
@@ -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()
|
||||
|
@@ -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()
|
||||
|
@@ -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()
|
||||
|
@@ -4,6 +4,10 @@ namespace Alchemy\Tests\Phrasea\Utilities\String;
|
||||
|
||||
use Alchemy\Phrasea\Utilities\String\Camelizer;
|
||||
|
||||
/**
|
||||
* @group functional
|
||||
* @group legacy
|
||||
*/
|
||||
class CamelizerTest extends \PhraseanetTestCase
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user