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/DependencyInjection/Tests/Fixtures/yaml
2018-10-08 07:30:32 +02:00
..
bar non-conflicting anonymous service ids across files 2017-07-12 20:52:55 +02:00
foo non-conflicting anonymous service ids across files 2017-07-12 20:52:55 +02:00
integration [DI] Defaults to public=false in all service config files 2017-05-03 19:24:51 +02:00
anonymous_services_alias.yml [DependencyInjection] Support anonymous services in Yaml 2017-03-14 21:40:20 +01:00
anonymous_services_in_instanceof.yml [DI] Track changes at the "Definition" level 2017-04-10 18:14:17 +02:00
anonymous_services_in_parameters.yml [DependencyInjection] Support anonymous services in Yaml 2017-03-14 21:40:20 +01:00
anonymous_services.yml [DependencyInjection] Support anonymous services in Yaml 2017-03-14 21:40:20 +01:00
bad_calls.yml [DI] Added safeguards against invalid config in the YamlFileLoader 2014-09-02 09:31:18 +02:00
bad_decorates.yml Improved the error message when using "@" in a decorated service 2016-03-03 14:15:12 +01:00
bad_empty_defaults.yml Fixing problem where _defaults set to null was seen as a service 2017-04-29 12:32:04 +02:00
bad_empty_instanceof.yml Fixing problem where _defaults set to null was seen as a service 2017-04-29 12:32:04 +02:00
bad_format.yml Improve exception messages. 2015-09-11 08:57:18 +01:00
bad_import.yml [DI] Allow imports in string format for YAML 2017-07-08 18:23:22 +02:00
bad_imports.yml [DI] Added safeguards against invalid config in the YamlFileLoader 2014-09-02 09:31:18 +02:00
bad_parameters.yml [DI] Added safeguards against invalid config in the YamlFileLoader 2014-09-02 09:31:18 +02:00
bad_service.yml [DI] Added safeguards against invalid config in the YamlFileLoader 2014-09-02 09:31:18 +02:00
bad_services.yml [DI] Added safeguards against invalid config in the YamlFileLoader 2014-09-02 09:31:18 +02:00
bad_types1.yml [DependencyInjection] Add autowiring capabilities 2015-10-03 08:39:08 +02:00
bad_types2.yml [DependencyInjection] Add autowiring capabilities 2015-10-03 08:39:08 +02:00
badtag1.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
badtag2.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
badtag3.yml [DependencyInjection] added tags validation when compiling a container 2013-09-12 12:52:36 +02:00
class_from_id.yml [DI] Add tests for class named services 2017-01-07 16:55:01 +01:00
legacy_invalid_alias_definition.yml [DependencyInjection] Deprecate unsupported attributes/elements for alias 2016-01-16 15:18:32 +01:00
legacy_invalid_definition.yml [DependencyInjection] make YamlFileLoader raise a deprecation notice if a service definition contains unsupported keywords. 2015-12-29 10:37:15 +01:00
nonvalid1.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
nonvalid2.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
null_config.yml allow null values for root nodes in YAML configs 2018-01-22 21:35:04 +01:00
services1.yml [DI] Fix private-by-default BC layer 2017-09-19 23:28:23 +02:00
services2.yml [DI] Case sensitive parameter names 2017-08-14 17:16:04 +02:00
services3.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
services4_bad_import.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
services4.yml [DI] Allow imports in string format for YAML 2017-07-08 18:23:22 +02:00
services6.yml [DI] Throw accurate failures when accessing removed services 2017-10-07 23:38:34 +02:00
services7.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
services8.yml [DI] Fix private-by-default BC layer 2017-09-19 23:28:23 +02:00
services9.yml [DI] Throw accurate failures when accessing removed services 2017-10-07 23:38:34 +02:00
services10.yml [DependencyInjection] fix dumped YAML snytax 2016-02-15 22:04:15 +01:00
services11.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
services13.yml moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
services14.yml [DependencyInjection] Tweaked factories 2014-10-02 01:48:53 +04:00
services21.yml added missing quotes in YAML files 2015-10-27 19:40:10 -07:00
services22.yml [DependencyInjection] Add autowiring capabilities 2015-10-03 08:39:08 +02:00
services23.yml [DependencyInjection] Add autowiring capabilities 2015-10-03 08:39:08 +02:00
services24.yml [DI] Fix private-by-default BC layer 2017-09-19 23:28:23 +02:00
services26.yml [DI] Fix cannot bind env var 2017-11-07 09:01:11 +01:00
services28.yml [DI] Defaults to public=false in all service config files 2017-05-03 19:24:51 +02:00
services31_invalid_tags.yml Making tags under _defaults always apply and removing inherit_tags entirely 2017-05-01 09:36:02 -04:00
services_adawson.yml [DI] fix dumping inline services again 2018-10-08 07:30:32 +02:00
services_autoconfigure_with_parent.yml Not allowing autoconfigure, instanceofConditionals or defaults for ChildDefinition 2017-04-28 17:09:21 -04:00
services_autoconfigure.yml [DI] Introducing autoconfigure: automatic _instanceof configuration 2017-04-20 11:20:30 -06:00
services_bindings.yml [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
services_configurator_short_syntax.yml [DependencyInjection] Yaml: check if is an array before using it 2017-01-24 13:43:55 +01:00
services_deep_graph.yml [DI] configure inlined services before injecting them when dumping the container 2018-09-08 14:51:51 +02:00
services_defaults_with_parent.yml Not allowing autoconfigure, instanceofConditionals or defaults for ChildDefinition 2017-04-28 17:09:21 -04:00
services_dump_load.yml [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE 2017-08-31 23:26:27 +02:00
services_inline.yml [DI] Fix private-by-default BC layer 2017-09-19 23:28:23 +02:00
services_instanceof_with_parent.yml Not allowing autoconfigure, instanceofConditionals or defaults for ChildDefinition 2017-04-28 17:09:21 -04:00
services_instanceof.yml [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
services_legacy_privates.yml [DI] Turn services and aliases private by default, with BC layer 2017-09-19 11:28:48 +02:00
services_named_args.yml [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
services_prototype_namespace_without_resource.yml [DI] improve psr4-based service discovery with namespace option 2017-08-28 12:51:31 -04:00
services_prototype_namespace.yml [DI] improve psr4-based service discovery with namespace option 2017-08-28 12:51:31 -04:00
services_prototype.yml Don't stop PSR-4 service discovery if a parent class is missing. 2018-01-26 21:15:55 +01:00
services_underscore.yml [DI] Deprecate underscore-services in YamlFileLoader 2017-02-02 16:30:45 +01:00
tag_name_empty_string.yml [DependencyInjection] enforce tags to have a name 2016-01-27 23:29:55 +01:00
tag_name_no_string.yml [DependencyInjection] enforce tags to have a name 2016-01-27 23:29:55 +01:00
tag_name_only.yml Added Yaml syntax shortcut for name-only tags 2016-11-27 12:17:06 +01:00
yaml_with_wrong_ext.ini [DI] FileLoaders: Allow to explicit type to load 2017-01-10 12:54:54 +01:00