PageRenderTime 25ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/framework/core/zap/ZoneTest.php

http://zoop.googlecode.com/
PHP | 13 lines | 10 code | 2 blank | 1 comment | 0 complexity | d0d3ff13db376411d29dca7742603c3b MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. <?php
  2. class 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. $array = Spyc::YAMLLoad($_SERVER['HOME'] . '/.zoop/install.yaml');
  9. print_r($array);
  10. }
  11. }