Skip to content

Commit 14e3a80

Browse files
committed
add a test case
1 parent bece49d commit 14e3a80

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/libbe_init_basic_001.phpt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
--TEST--
2+
Test libbe_init()
3+
--CREDITS--
4+
R. Christian McDonald <[email protected]>
5+
--EXTENSIONS--
6+
libbe
7+
--FILE--
8+
<?php
9+
$be = libbe_init();
10+
var_dump($be);
11+
libbe_close($be);
12+
?>
13+
===DONE===
14+
--EXPECTF--
15+
object(LibbeHandle)#%d (%d) {
16+
}
17+
===DONE===

0 commit comments

Comments
 (0)