Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Split the component into 3 sub-components Core, ACL, HTTP | Bernhard Schussek | 2013-09-18 | 3 | -124/+0 |
| | |||||
* | removed deps checks in unit tests | Fabien Potencier | 2013-08-19 | 3 | -21/+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] Added tests for the DefaultLogoutSuccessHandler. | Jakub Zalas | 2013-05-25 | 1 | -0/+42 |
| | |||||
* | moved component and bridge unit tests to the src/ directory | Fabien Potencier | 2012-03-29 | 2 | -0/+103 |
This is the first step to make each Symfony Component and Bridge self-contained. |