summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/autodoc_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/autodoc_runme.php')
-rw-r--r--Examples/test-suite/php/autodoc_runme.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/Examples/test-suite/php/autodoc_runme.php b/Examples/test-suite/php/autodoc_runme.php
deleted file mode 100644
index f2e19d3cb..000000000
--- a/Examples/test-suite/php/autodoc_runme.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-require "tests.php";
-require "autodoc.php";
-// In 2.0.6 and earlier, the constant was misnamed.
-if (gettype(autodoc::FUNC_CB_CALLBACK) !== 'resource') die("autodoc::FUNC_CB_CALLBACK not a resource\n");
-
-check::done();
-?>