summaryrefslogtreecommitdiffstats
path: root/Tests/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed various inconsistenciesv2.3.10Fabien Potencier2014-02-111-12/+12
|
* [Security] fixed tests when OpenSSL is not installedFabien Potencier2012-10-281-1/+1
|
* moved the secure random dep for remember me as a constructor argumentFabien Potencier2012-10-281-4/+1
|
* renamed Prng to SecureRandomFabien Potencier2012-10-281-2/+2
|
* moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵Fabien Potencier2012-10-281-1/+5
| | | | #3595)
* updated license blocksEriksen Costa2012-03-311-3/+3
|
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-291-0/+335
This is the first step to make each Symfony Component and Bridge self-contained.