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
Yannick Warnier 93566e8613 Add static resources for release 10 years ago
..
Definition
Exception
Loader
Resource
Tests
Util
.gitignore
CHANGELOG.md
ConfigCache.php
ConfigCacheFactory.php
ConfigCacheFactoryInterface.php
ConfigCacheInterface.php
FileLocator.php
FileLocatorInterface.php
LICENSE
README.md
composer.json
phpunit.xml.dist

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 install
$ phpunit