[PECL-CVS] [pecl-database-pdo_oci] main: Add require_once to the CLEAN section of tests/bug57702.phpt
[email protected] (Sharad Chandran R) Fri, 9 Jan 2026 04:54:49 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sharad Chandran R (sharadraju)
Date: 2026-01-09T10:24:28+05:30
Commit: https://github.com/php/pecl-database-pdo_oci/commit/0d13c2d35d3542a5d4c5f892dd6e12ff1b539104
Raw diff: https://github.com/php/pecl-database-pdo_oci/commit/0d13c2d35d3542a5d4c5f892dd6e12ff1b539104.diff
Add require_once to the CLEAN section of tests/bug57702.phpt
Changed paths:
M tests/bug57702.phpt
Diff:
diff --git a/tests/bug57702.phpt b/tests/bug57702.phpt
index 82e5d56..f2d9c3c 100644
--- a/tests/bug57702.phpt
+++ b/tests/bug57702.phpt
@@ -148,7 +148,7 @@ print "done\n";
?>
--CLEAN--
<?php
-require(getenv('PDO_TEST_DIR').'/pdo_test.inc');
+require_once(getenv('PDO_TEST_DIR').'/pdo_test.inc');
$db = PDOTest::test_factory(getenv('PDO_OCI_TEST_DIR').'/common.phpt');
$db->exec("begin
execute immediate 'drop table test57702';