mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix CS
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Alchemy\Tests\Phrasea\Application;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
class ApiJSONPApplication extends ApiTestCase
|
||||
class ApiJSONPTest extends ApiTestCase
|
||||
{
|
||||
protected function evaluateResponseBadRequest(Response $response)
|
||||
{
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Alchemy\Tests\Phrasea\Application;
|
||||
|
||||
class ApiJsonApplication extends ApiTestCase
|
||||
class ApiJsonTest extends ApiTestCase
|
||||
{
|
||||
protected function getParameters(array $parameters = [])
|
||||
{
|
||||
|
@@ -4,7 +4,7 @@ namespace Alchemy\Tests\Phrasea\Application;
|
||||
|
||||
use Symfony\Component\Yaml\Yaml;
|
||||
|
||||
class ApiYamlApplication extends ApiTestCase
|
||||
class ApiYamlTest extends ApiTestCase
|
||||
{
|
||||
protected function getParameters(array $parameters = [])
|
||||
{
|
||||
|
@@ -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 \PhraseanetAuthenticatedWebTestCase
|
||||
class OAuth2Test extends \PhraseanetAuthenticatedWebTestCase
|
||||
{
|
||||
/**
|
||||
*
|
||||
|
Reference in New Issue
Block a user