Julio Montoya 321ce65f18 Updating vendors | hace 11 años | |
---|---|---|
.. | ||
Exception | hace 11 años | |
Tests | hace 11 años | |
CHANGELOG.md | hace 11 años | |
LICENSE | hace 12 años | |
PropertyAccess.php | hace 11 años | |
PropertyAccessor.php | hace 11 años | |
PropertyAccessorBuilder.php | hace 11 años | |
PropertyAccessorInterface.php | hace 11 años | |
PropertyPath.php | hace 11 años | |
PropertyPathBuilder.php | hace 11 años | |
PropertyPathInterface.php | hace 11 años | |
PropertyPathIterator.php | hace 12 años | |
PropertyPathIteratorInterface.php | hace 12 años | |
README.md | hace 12 años | |
StringUtil.php | hace 11 años | |
composer.json | hace 12 años | |
phpunit.xml.dist | hace 12 años |
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