view _test/Resources/container1.yaml @ 422:b0481c071bea ref20150831

IMPL::Config::Container tests, YAMLConfiguration now works and tested
author cin
date Sun, 20 Aug 2017 00:20:41 +0300
parents
children
line wrap: on
line source

include:
- inc/base1.yaml
services:
- name:
  - foo
  - jiz
  $type: Test::Config::Foo
  params: simple Foo
  activation: container
- name: bar
  $type: Test::Config::Bar
  params:
    $value: simple Bar
  activation: context
- name: baz
  $type: Test::Config::Foo
  params:
    $value:
    - $ref: foo
    - $ref: foo
- name: zoo
  $type: Test::Config::Foo
  params:
  - $ref: jiz
  - $ref: foo