]> Raphaƫl G. Git Repositories - bbcode/blob - tests/README
Add basic tests
[bbcode] / tests / README
1 --TEST--
2 Success test
3 --SKIPIF--
4 <?php if (!extension_loaded("bbcode")) print "skip"; ?>
5 --FILE--
6 <?php
7 /*
8 * you can add regression tests for your extension here
9 *
10 * the output of your test code has to be equal to the
11 * text in the --EXPECT-- section below for the tests
12 * to pass, differences between the output and the
13 * expected text are interpreted as failure
14 *
15 * see php7/README.TESTING for further information on
16 * writing regression tests
17 */
18 echo "Success";
19 --EXPECT--
20 Success