summaryrefslogtreecommitdiff
path: root/t/00-test.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00-test.t')
-rw-r--r--t/00-test.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/00-test.t b/t/00-test.t
new file mode 100644
index 00000000..c3defa40
--- /dev/null
+++ b/t/00-test.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env php
+<?php
+require 'Test.php';
+
+plan(1);
+
+ok(0 == 0);
+?>