diff _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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_test/Resources/container1.yaml	Sun Aug 20 00:20:41 2017 +0300
@@ -0,0 +1,25 @@
+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
\ No newline at end of file