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/services10.yml
Fabien Potencier fea6b79acd moved component and bridge unit tests to the src/ directory
This is the first step to make each Symfony Component and Bridge self-contained.
2012-03-29 08:37:22 +02:00

10 lines
142 B
YAML

parameters:
project.parameter.foo: BAR
services:
project.service.foo:
class: BAR
project:
test: %project.parameter.foo%