summaryrefslogtreecommitdiffstats
path: root/Tests/Http/EntryPoint
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-184-230/+0
|
* removed deps checks in unit testsFabien Potencier2013-08-194-32/+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.
* [Security] Return 401 when using use_forward for form authenticationGunnar Lium2013-03-231-2/+5
|
* [Security] removed the 401 error custom status messageFabien Potencier2012-11-062-5/+0
|
* [Security] fixed typo in a testFabien Potencier2012-08-311-1/+1
|
* fixed CS (missing or misplaced license blocks)Eriksen Costa2012-04-024-0/+36
|
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-294-0/+228
This is the first step to make each Symfony Component and Bridge self-contained.