This commit is contained in:
Romain Neutron
2014-01-14 12:04:38 +01:00
parent 0778c5852b
commit d7f7e1c92c
111 changed files with 112 additions and 173 deletions

View File

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

View File

@@ -2,7 +2,7 @@
namespace Alchemy\Tests\Phrasea\Application;
class ApiJsonApplication extends ApiTestCase
class ApiJsonTest extends ApiTestCase
{
protected function getParameters(array $parameters = [])
{

View File

@@ -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 = [])
{

View File

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