diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-02-16 17:51:01 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-02-16 17:51:01 +0100 |
commit | f78eca9d4be9b3b7e1177823a9f520faa5b4055b (patch) | |
tree | 7dd5841d046557aa884483af9573958aa492f0d4 /yamlishwriter-php-v0.0.1/t/00-load.php | |
parent | 7d08baca38827b59af9592e415bc4778fb8c4958 (diff) | |
download | yamlish-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.php | 9 |
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'); -?> |