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