]> Raphaƫl G. Git Repositories - bbcode/blobdiff - tests/005.phpt
Add basic tests
[bbcode] / tests / 005.phpt
diff --git a/tests/005.phpt b/tests/005.phpt
new file mode 100644 (file)
index 0000000..2c694c2
--- /dev/null
@@ -0,0 +1,12 @@
+--TEST--
+Check for minimal call
+--SKIPIF--
+<?php if (!extension_loaded("bbcode")) print "skip"; ?>
+--FILE--
+<?php
+$obj = new bbcode(
+       [
+               '' => []
+       ]
+);
+--EXPECT--