This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Config
Fabien Potencier 37711c74c1 feature #11453 [Config] Allow extra hint in exception message (WouterJ)
This PR was squashed before being merged into the 2.6-dev branch (closes #11453).

Discussion
----------

[Config] Allow extra hint in exception message

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #1666
| License       | MIT
| Doc PR        | symfony/symfony-docs#4047

Commits
-------

3062b3e [Config] Allow extra hint in exception message
2014-09-25 20:11:49 +02:00
..
Definition feature #11453 [Config] Allow extra hint in exception message (WouterJ) 2014-09-25 20:11:49 +02:00
Exception removed some more spaces 2014-07-24 09:53:27 +02:00
Loader Merge branch '2.3' into 2.4 2014-09-22 10:51:05 +02:00
Resource fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Tests feature #11453 [Config] Allow extra hint in exception message (WouterJ) 2014-09-25 20:11:49 +02:00
Util Merge branch '2.3' into 2.4 2014-09-23 07:24:59 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [DIC] Better handling of enableable configurations 2013-01-28 18:21:49 +01:00
composer.json updated version to 2.6 2014-05-23 16:36:49 +02:00
ConfigCache.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
FileLocator.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
FileLocatorInterface.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00

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