aboutsummaryrefslogtreecommitdiffstats
path: root/yamlishwriter-php-v0.0.1/t/00-load.php
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-02-16 17:51:01 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-02-16 17:51:01 +0100
commitf78eca9d4be9b3b7e1177823a9f520faa5b4055b (patch)
tree7dd5841d046557aa884483af9573958aa492f0d4 /yamlishwriter-php-v0.0.1/t/00-load.php
parent7d08baca38827b59af9592e415bc4778fb8c4958 (diff)
downloadyamlish-f78eca9d4be9b3b7e1177823a9f520faa5b4055b.tar.gz
More tests and deleted yamlishwriter-php (there is really nothing there).
Diffstat (limited to 'yamlishwriter-php-v0.0.1/t/00-load.php')
-rw-r--r--yamlishwriter-php-v0.0.1/t/00-load.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/yamlishwriter-php-v0.0.1/t/00-load.php b/yamlishwriter-php-v0.0.1/t/00-load.php
deleted file mode 100644
index afe3000..0000000
--- a/yamlishwriter-php-v0.0.1/t/00-load.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
- error_reporting(E_ALL);
-
- include_once('./t/lib/TestLite.php');
-
- plan(1);
- ok(@include_once('./lib/yamlishwriter.php'), 'include library');
-?>