summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Domain/UserSecurityIdentityTest.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-181-73/+0
|
* Fixed typosPascal Borreli2012-07-281-1/+1
|
* [Security][ACL] Fixed ObjectIdentity::fromDomainObject and ↵Jordan Alliot2012-04-121-0/+9
| | | | | | | UserSecurityIdentity::from(Account|Token) when working with proxies Backported ClassUtils class from Doctrine Common 2.2 Fixes #2611, #2056, #2048, #2035
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-291-0/+64
This is the first step to make each Symfony Component and Bridge self-contained.