summaryrefslogtreecommitdiffstats
path: root/Core/Tests
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-08-24 09:21:16 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-08-24 09:21:16 +0200
commit71e7f364d47b122b0b6f2acd66ff9439495aaef6 (patch)
tree6a6d0ecd5a85a42f600c60b96e403c14ee8f9c80 /Core/Tests
parentc63a0c6b5f1d05f1e57d8b29cf2c38b770fad5b3 (diff)
parent1ce741e1c146dfadc1b8abc2bbc7626ac682f363 (diff)
downloadsymfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.zip
symfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.tar.gz
symfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.tar.bz2
Merge branch '2.8'
* 2.8: fixes CS fixed CS [DependencyInjection] Add missing file headers fixed typo made Symfony compatible with both Twig 1.x and 2.x [FrameworkBundle] Fix precedence of xdebug.file_link_format
Diffstat (limited to 'Core/Tests')
-rw-r--r--Core/Tests/LegacySecurityContextTest.php2
-rw-r--r--Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/Core/Tests/LegacySecurityContextTest.php b/Core/Tests/LegacySecurityContextTest.php
index c5da22d..92d7c16 100644
--- a/Core/Tests/LegacySecurityContextTest.php
+++ b/Core/Tests/LegacySecurityContextTest.php
@@ -81,7 +81,7 @@ class LegacySecurityContextTest extends \PHPUnit_Framework_TestCase
}
/**
- * Test dedicated to check if the backwards compatibility is still working
+ * Test dedicated to check if the backwards compatibility is still working.
*/
public function testOldConstructorSignature()
{
diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
index 72e08c0..8053732 100644
--- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
+++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
@@ -15,6 +15,7 @@ use Symfony\Component\Validator\Validation;
/**
* @since 2.5.4
+ *
* @author Bernhard Schussek <bschussek@gmail.com>
* @group legacy
*/