summaryrefslogtreecommitdiffstats
path: root/Tests/Acl
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-1817-3118/+0
|
* removed deps checks in unit testsFabien Potencier2013-08-197-38/+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.
* Fix finding ACLs from ObjectIdentity's with different typesSamuel Gordalina2013-04-071-0/+17
|
* Fixed @expectedException definitions to reference absolute exception pathsBernhard Schussek2013-01-053-3/+3
|
* Fixed typosPascal Borreli2012-07-284-4/+4
|
* fixed CSFabien Potencier2012-07-091-2/+0
|
* merged 2.0Fabien Potencier2012-05-201-2/+1
|
* fixed CSFabien Potencier2012-05-181-1/+1
|
* fixed CSFabien Potencier2012-05-011-10/+10
|
* [Security][ACL] Fixed ObjectIdentity::fromDomainObject and ↵Jordan Alliot2012-04-122-64/+98
| | | | | | | UserSecurityIdentity::from(Account|Token) when working with proxies Backported ClassUtils class from Doctrine Common 2.2 Fixes #2611, #2056, #2048, #2035
* updated license blocksEriksen Costa2012-03-311-3/+3
|
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-2917-0/+3108
This is the first step to make each Symfony Component and Bridge self-contained.