diff options
| author | Wez Furlong <wez@php.net> | 2003-04-17 01:29:45 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-04-17 01:29:45 +0000 |
| commit | 25954d1d7259cced795089cf67a46c42a37eac03 (patch) | |
| tree | bb8c0ab2ff520f50415e97cec497e16d427bf537 /ext/sqlite/tests | |
| parent | 0c366c24e5d21ebd375d295b27ffebc6636497f7 (diff) | |
| download | php-git-25954d1d7259cced795089cf67a46c42a37eac03.tar.gz | |
This commit was generated by cvs2svn to compensate for changes in r123706,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'ext/sqlite/tests')
| -rw-r--r-- | ext/sqlite/tests/001.phpt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ext/sqlite/tests/001.phpt b/ext/sqlite/tests/001.phpt new file mode 100644 index 0000000000..ad723b8076 --- /dev/null +++ b/ext/sqlite/tests/001.phpt @@ -0,0 +1,24 @@ +--TEST-- +Check for sqlite presence +--SKIPIF-- +<?php if (!extension_loaded("sqlite")) print "skip"; ?> +--POST-- +--GET-- +--INI-- +--FILE-- +<?php +echo "sqlite 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/README.TESTING for further information on + writing regression tests +*/ +?> +--EXPECT-- +sqlite extension is available |
