summaryrefslogtreecommitdiffstats
path: root/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-09-21 20:53:12 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-09-22 10:32:35 +0200
commit2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41 (patch)
tree302513f87846d4bc57246b93ba90977ad8b8540b /Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php
parent4368c75cbeb587fede098da5a6c5c705fe19f238 (diff)
downloadsymfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.zip
symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.gz
symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.bz2
fixed CS
Diffstat (limited to 'Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php')
-rw-r--r--Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php b/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php
index e6bc6ca..aa5902b 100644
--- a/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php
+++ b/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php
@@ -47,7 +47,7 @@ class DefaultAuthenticationSuccessHandlerTest extends \PHPUnit_Framework_TestCas
{
$options = array(
'always_use_default_target_path' => true,
- 'default_target_path' => '/dashboard'
+ 'default_target_path' => '/dashboard',
);
$response = $this->expectRedirectResponse('/dashboard');