We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf4145 commit 3f62c29Copy full SHA for 3f62c29
ext/pdo_oci/tests/pdo_oci_stream_2.phpt
@@ -1,8 +1,10 @@
1
--TEST--
2
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
6
--SKIPIF--
7
<?php
-if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded');
8
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
9
require(__DIR__.'/../../pdo/tests/pdo_test.inc');
10
PDOTest::skip();
0 commit comments