]> Raphaƫl G. Git Repositories - bbcode/blob - tests/004.phpt
Add basic tests
[bbcode] / tests / 004.phpt
1 --TEST--
2 Check for empty tag arg
3 --SKIPIF--
4 <?php if (!extension_loaded("bbcode")) print "skip"; ?>
5 --FILE--
6 <?php
7 try {
8 $obj = new bbcode([]);
9 } catch (Exception $e) {
10 echo $e->getMessage();
11 }
12 --EXPECT--
13 BBCode::__construct(): Tag array has 0 BBCODE::TYPE_ROOT entry instead of expected unique one