diff options
Diffstat (limited to 'ext/crack/tests/001.phpt')
-rw-r--r-- | ext/crack/tests/001.phpt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ext/crack/tests/001.phpt b/ext/crack/tests/001.phpt deleted file mode 100644 index dc18ef5559..0000000000 --- a/ext/crack/tests/001.phpt +++ /dev/null @@ -1,23 +0,0 @@ ---TEST-- -Check for crack presence ---SKIPIF-- -<?php if (!extension_loaded("crack")) print "skip"; ?> ---POST-- ---GET-- ---FILE-- -<?php -echo "crack extension is available"; -/* - you can add regression tests for your extension here - - the output of your test code has to be equal to the - text in the --EXPECT-- section below for the tests - to pass, differences between the output and the - expected text are interpreted as failure - - see php4/tests/README for further information on - writing regression tests -*/ -?> ---EXPECT-- -crack extension is available
\ No newline at end of file |