summaryrefslogtreecommitdiff
path: root/Zend/tests/bug30519.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug30519.phpt')
-rwxr-xr-xZend/tests/bug30519.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/tests/bug30519.phpt b/Zend/tests/bug30519.phpt
deleted file mode 100755
index 185d21aef7..0000000000
--- a/Zend/tests/bug30519.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-Bug #30519 Interface not existing says Class not found
---FILE--
-<?php
-class test implements a {
-}
-?>
---EXPECTF--
-Fatal error: Interface 'a' not found in %sbug30519.php on line 2
-