Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/config/Symfony/Component/Config
Julio Montoya 32682a9ca8 Updating vendor 12 years ago
..
Definition Updating vendor 12 years ago
Exception Updating vendor 12 years ago
Loader Updating vendor 12 years ago
Resource Updating vendor 12 years ago
Tests Updating vendor 12 years ago
Util Updating vendor 12 years ago
CHANGELOG.md Updating vendor 12 years ago
ConfigCache.php Updating vendor 12 years ago
FileLocator.php Updating vendor 12 years ago
FileLocatorInterface.php Updating vendor 12 years ago
LICENSE Updating vendor 12 years ago
README.md Updating vendor 12 years ago
composer.json Updating vendor 12 years ago
phpunit.xml.dist Updating vendor 12 years ago

README.md

Config Component

Config provides the infrastructure for loading configurations from different data sources and optionally monitoring these data sources for changes. There are additional tools for validating, normalizing and handling of defaults that can optionally be used to convert from different formats to arrays.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Config/
$ composer.phar install --dev
$ phpunit