summaryrefslogtreecommitdiff
path: root/tests/lang/bug32924.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug32924.phpt')
-rw-r--r--tests/lang/bug32924.phpt14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/lang/bug32924.phpt b/tests/lang/bug32924.phpt
deleted file mode 100644
index ddb8301e31..0000000000
--- a/tests/lang/bug32924.phpt
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-Bug #32924 (prepend does not add file to included files)
---INI--
-include_path=.
-auto_prepend_file=tests/lang/inc.inc
---FILE--
-<?php
-include_once('tests/lang/inc.inc');
-require_once('tests/lang/inc.inc');
-?>
-END
---EXPECT--
-Included!
-END