diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-01-25 10:55:53 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-01-25 10:55:53 +0100 |
commit | b9254dec9796ea42fff0e24e285f92d3467bbb43 (patch) | |
tree | 6bc1ea530f7a48f1d4cbb7d3ef32903fe629e77b /Core/Tests/Encoder/EncoderFactoryTest.php | |
parent | 3515cf295247b4929da32c8f9c733f99855d8f7c (diff) | |
parent | 91cd7a1d2f939bb1319ea23b767ed31c09dd53e3 (diff) | |
download | symfony-security-b9254dec9796ea42fff0e24e285f92d3467bbb43.zip symfony-security-b9254dec9796ea42fff0e24e285f92d3467bbb43.tar.gz symfony-security-b9254dec9796ea42fff0e24e285f92d3467bbb43.tar.bz2 |
Merge branch '2.3' into 2.7
* 2.3:
[Request] Ignore invalid IP addresses sent by proxies
Able to load big xml files with DomCrawler
fixed typo
[Form] Fix constraints could be null if not set
[Finder] Check PHP version before applying a workaround for a PHP bug
fixed CS
sort bundles in config:dump-reference command
Fixer findings.
Diffstat (limited to 'Core/Tests/Encoder/EncoderFactoryTest.php')
-rw-r--r-- | Core/Tests/Encoder/EncoderFactoryTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Core/Tests/Encoder/EncoderFactoryTest.php b/Core/Tests/Encoder/EncoderFactoryTest.php index 37cda72..21aaae4 100644 --- a/Core/Tests/Encoder/EncoderFactoryTest.php +++ b/Core/Tests/Encoder/EncoderFactoryTest.php @@ -139,15 +139,19 @@ class SomeUser implements UserInterface public function getRoles() { } + public function getPassword() { } + public function getSalt() { } + public function getUsername() { } + public function eraseCredentials() { } |