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/tests/Symfony/Tests/Component/DependencyInjection/Fixtures/yaml/interfaces1.yml
2010-11-30 20:36:56 +01:00

7 lines
104 B
YAML
Executable File

services:
foo: { class: FooClass }
interfaces:
FooClass:
calls:
- [ setBar, [ correct ] ]