/framework/core/zap/ZoneTest.php
http://zoop.googlecode.com/ · PHP · 13 lines · 10 code · 2 blank · 1 comment · 0 complexity · d0d3ff13db376411d29dca7742603c3b MD5 · raw file
- <?php
- class ZoneTest
- {
- function subTest($p, $s)
- {
- // we really need do this right and to set up a yaml module that abstracts away the underlying yaml engine
- include_once(zoop_dir . '/spyc/spyc.php');
- $array = Spyc::YAMLLoad($_SERVER['HOME'] . '/.zoop/install.yaml');
-
- print_r($array);
- }
- }