Skip to content

Commit 3f62c29

Browse files
committed
fix test merge
1 parent baf4145 commit 3f62c29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/pdo_oci/tests/pdo_oci_stream_2.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
--TEST--
22
PDO OCI: Insert and fetch 1K records from a table that contains 1 number and 2 LOB columns (stress test)
3+
--EXTENSIONS--
4+
pdo
5+
pdo_oci
36
--SKIPIF--
47
<?php
5-
if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded');
68
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
79
require(__DIR__.'/../../pdo/tests/pdo_test.inc');
810
PDOTest::skip();

0 commit comments

Comments
 (0)