diff _test/sample.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 7798345304bc
children
line wrap: on
line diff
--- a/_test/sample.yaml	Sun Jul 16 22:59:39 2017 +0300
+++ b/_test/sample.yaml	Sun Aug 20 00:20:41 2017 +0300
@@ -13,8 +13,6 @@
 - name: security-provider
   $type: My::SecureCookies
   params:
-    users:
-      $ref: users-provider
-    roles:
-      $ref: roles-provider
+    users: { $ref: users-provider }
+    roles: { $ref: roles-provider }
     persistent: 0
\ No newline at end of file