mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHP CS fix
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Alchemy\Tests\Phrasea\Application;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
class ApiJSONPApplication extends ApiAbstract
|
||||
class ApiJSONPTest extends ApiAbstract
|
||||
{
|
||||
|
||||
protected function evaluateResponseBadRequest(Response $response)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Alchemy\Tests\Phrasea\Application;
|
||||
|
||||
class ApiJsonApplication extends ApiAbstract
|
||||
class ApiJsonTest extends ApiAbstract
|
||||
{
|
||||
|
||||
public function getParameters(array $parameters = array())
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Alchemy\Tests\Phrasea\Application;
|
||||
|
||||
class ApiYamlApplication extends ApiAbstract
|
||||
class ApiYamlTest extends ApiAbstract
|
||||
{
|
||||
|
||||
public function getParameters(array $parameters = array())
|
||||
|
@@ -9,7 +9,7 @@ use Alchemy\Phrasea\Authentication\Context;
|
||||
* Test oauthv2 flow based on ietf authv2 spec
|
||||
* @link http://tools.ietf.org/html/draft-ietf-oauth-v2-18
|
||||
*/
|
||||
class oauthv2_application_test extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||
class OAuth2Test extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||
{
|
||||
/**
|
||||
*
|
||||
|
@@ -5,7 +5,7 @@ namespace Alchemy\Tests\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Border\File;
|
||||
use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
|
||||
class ApplicationOverviewTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||
class OverviewTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||
{
|
||||
public function testDatafilesRouteAuthenticated()
|
||||
{
|
||||
|
Reference in New Issue
Block a user