Julio Montoya 321ce65f18 Updating vendors | il y a 11 ans | |
---|---|---|
.. | ||
Exception | il y a 11 ans | |
Tests | il y a 11 ans | |
CHANGELOG.md | il y a 11 ans | |
LICENSE | il y a 12 ans | |
PropertyAccess.php | il y a 11 ans | |
PropertyAccessor.php | il y a 11 ans | |
PropertyAccessorBuilder.php | il y a 11 ans | |
PropertyAccessorInterface.php | il y a 11 ans | |
PropertyPath.php | il y a 11 ans | |
PropertyPathBuilder.php | il y a 11 ans | |
PropertyPathInterface.php | il y a 11 ans | |
PropertyPathIterator.php | il y a 12 ans | |
PropertyPathIteratorInterface.php | il y a 12 ans | |
README.md | il y a 12 ans | |
StringUtil.php | il y a 11 ans | |
composer.json | il y a 12 ans | |
phpunit.xml.dist | il y a 12 ans |
PropertyAccess reads/writes values from/to object/array graphs using a simple string notation.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/PropertyAccess/
$ composer.phar install --dev
$ phpunit