From 66f56393276101be0b92485d3f9873961d413c38 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 9 Nov 2008 10:57:09 +0000 Subject: [PATCH] - Initial release --- .../tests/test_connection_caching.phpt | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ext/sybase_ct/tests/test_connection_caching.phpt diff --git a/ext/sybase_ct/tests/test_connection_caching.phpt b/ext/sybase_ct/tests/test_connection_caching.phpt new file mode 100644 index 0000000000..c3363066e0 --- /dev/null +++ b/ext/sybase_ct/tests/test_connection_caching.phpt @@ -0,0 +1,23 @@ +--TEST-- +Sybase-CT connection caching +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +resource(%d) of type (sybase-ct link) +resource(%d) of type (sybase-ct link) +bool(true) -- 2.50.1