This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests
Eric Clemmons d9b7abb7c7 Added EntityChoiceList test for group_by and invalid, deep property paths
This is a common case with optional Entity associations:
  $user->getGroup()->getName()

The property path `group.name` (traversing from the User Entity), when
the User is not assigned to a Group, will throw an UnexpectedTypeException.
This is caught so that the User can still be listed as an option, just without
any nesting.
2011-10-25 09:05:26 -07:00
..
Symfony/Tests Added EntityChoiceList test for group_by and invalid, deep property paths 2011-10-25 09:05:26 -07:00
bootstrap.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00