@@ -24,8 +24,8 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | protected function assertJsonResponse($response, $statusCode = 200, |
| 27 | - $checkValidJson = true, |
|
| 28 | - $contentType = 'application/json') |
|
| 27 | + $checkValidJson = true, |
|
| 28 | + $contentType = 'application/json') |
|
| 29 | 29 | { |
| 30 | 30 | $this->assertEquals( |
| 31 | 31 | $statusCode, $response->getStatusCode(), $response->getContent() |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace LoginCidadao\OAuthBundle\Entity; |
| 3 | 3 | |
| 4 | 4 | use Doctrine\ORM\Mapping as ORM; |
| 5 | -use Symfony\Component\Validator\Constraints as Assert; |
|
| 6 | 5 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Guilherme Donato |
|
| 4 | - */ |
|
| 3 | + * @author Guilherme Donato |
|
| 4 | + */ |
|
| 5 | 5 | |
| 6 | 6 | namespace LoginCidadao\CoreBundle\Controller; |
| 7 | 7 | |