]> Raphaƫl G. Git Repositories - bbcode/blob - tests/005.phpt
Add basic tests
[bbcode] / tests / 005.phpt
1 --TEST--
2 Check for minimal call
3 --SKIPIF--
4 <?php if (!extension_loaded("bbcode")) print "skip"; ?>
5 --FILE--
6 <?php
7 $obj = new bbcode(
8 [
9 '' => []
10 ]
11 );
12 --EXPECT--