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