summaryrefslogtreecommitdiffstats
path: root/Tests/Http/HttpUtilsTest.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/HttpUtilsTest.php
parent4368c75cbeb587fede098da5a6c5c705fe19f238 (diff)
downloadsymfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.zip
symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.gz
symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.bz2
fixed CS
Diffstat (limited to 'Tests/Http/HttpUtilsTest.php')
-rw-r--r--Tests/Http/HttpUtilsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Http/HttpUtilsTest.php b/Tests/Http/HttpUtilsTest.php
index db1aa4b..2e281fd 100644
--- a/Tests/Http/HttpUtilsTest.php
+++ b/Tests/Http/HttpUtilsTest.php
@@ -139,7 +139,7 @@ class HttpUtilsTest extends \PHPUnit_Framework_TestCase
return array(
array(SecurityContextInterface::AUTHENTICATION_ERROR),
array(SecurityContextInterface::ACCESS_DENIED_ERROR),
- array(SecurityContextInterface::LAST_USERNAME)
+ array(SecurityContextInterface::LAST_USERNAME),
);
}