mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
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