Mercurial > pub > Impl
comparison _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 |
comparison
equal
deleted
inserted
replaced
421:7798345304bc | 422:b0481c071bea |
---|---|
1 include: | |
2 - inc/base1.yaml | |
3 services: | |
4 - name: | |
5 - foo | |
6 - jiz | |
7 $type: Test::Config::Foo | |
8 params: simple Foo | |
9 activation: container | |
10 - name: bar | |
11 $type: Test::Config::Bar | |
12 params: | |
13 $value: simple Bar | |
14 activation: context | |
15 - name: baz | |
16 $type: Test::Config::Foo | |
17 params: | |
18 $value: | |
19 - $ref: foo | |
20 - $ref: foo | |
21 - name: zoo | |
22 $type: Test::Config::Foo | |
23 params: | |
24 - $ref: jiz | |
25 - $ref: foo |