1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/library/symfony/options-resolver
2016-05-17 22:35:14 +05:30
..
Exception Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
Tests Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
CHANGELOG.md Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
LICENSE Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
Options.php Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
OptionsResolver.php Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
OptionsResolverInterface.php Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
phpunit.xml.dist Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
README.md Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30

OptionsResolver Component

This component processes and validates option arrays.

Documentation

The documentation for the component can be found [online] 1.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/OptionsResolver/
$ composer install
$ phpunit