summaryrefslogtreecommitdiffstats
path: root/Tests/Http/RememberMe/TokenBasedRememberMeServicesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-181-273/+0
|
* removed deps checks in unit testsFabien Potencier2013-08-191-7/+0
| | | | | | | | As Composer is now widely used in the PHP world, having to run composer install before running the test suite is expected. This also has the nice benefit of removing a bunch of code, making things easier to maintain (there is only one place to declare a dev dependency), and probably more.
* Try to make sure cookies get deleted from the TokenProvider when no longer ↵Terje Bråten2012-11-211-1/+1
| | | | in use
* updated license blocksEriksen Costa2012-03-311-3/+3
|
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-291-0/+280
This is the first step to make each Symfony Component and Bridge self-contained.