From a72a517e2f1e27ba48a408601d1e963adea1d3fe Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 21 Sep 2005 18:40:56 +0000 Subject: [PATCH] - Add ability to execute .php generated from .phpt on failure without the need to manually set the environment. --- ext/pdo/tests/pdo_001.phpt | 1 + ext/pdo/tests/pdo_002.phpt | 1 + ext/pdo/tests/pdo_003.phpt | 1 + ext/pdo/tests/pdo_004.phpt | 1 + ext/pdo/tests/pdo_005.phpt | 1 + ext/pdo/tests/pdo_006.phpt | 1 + ext/pdo/tests/pdo_007.phpt | 1 + ext/pdo/tests/pdo_008.phpt | 1 + ext/pdo/tests/pdo_009.phpt | 1 + ext/pdo/tests/pdo_010.phpt | 1 + ext/pdo/tests/pdo_011.phpt | 1 + ext/pdo/tests/pdo_012.phpt | 1 + ext/pdo/tests/pdo_013.phpt | 1 + ext/pdo/tests/pdo_014.phpt | 1 + ext/pdo/tests/pdo_015.phpt | 1 + ext/pdo/tests/pdo_016.phpt | 1 + ext/pdo/tests/pdo_016a.phpt | 1 + ext/pdo/tests/pdo_017.phpt | 1 + ext/pdo/tests/pdo_018.phpt | 1 + ext/pdo/tests/pdo_019.phpt | 1 + ext/pdo/tests/pdo_020.phpt | 1 + ext/pdo/tests/pdo_021.phpt | 1 + ext/pdo/tests/pdo_022.phpt | 1 + ext/pdo/tests/pdo_023.phpt | 1 + ext/pdo/tests/pdo_024.phpt | 1 + ext/pdo/tests/pdo_025.phpt | 1 + ext/pdo/tests/pdo_026.phpt | 1 + ext/pdo/tests/pdo_027.phpt | 1 + ext/pdo/tests/pdo_028.phpt | 1 + ext/pdo/tests/pdo_test.inc | 15 +++++++++++++++ ext/pdo/tests/pecl_bug_5217.phpt | 1 + 31 files changed, 45 insertions(+) diff --git a/ext/pdo/tests/pdo_001.phpt b/ext/pdo/tests/pdo_001.phpt index e90d8ff162..0c03d016de 100644 --- a/ext/pdo/tests/pdo_001.phpt +++ b/ext/pdo/tests/pdo_001.phpt @@ -10,6 +10,7 @@ PDOTest::skip(); ?> --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') { ?> --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- $v) putenv("$n=$v"); +} + class PDOTest { // create an instance of the PDO driver, based on // the current environment diff --git a/ext/pdo/tests/pecl_bug_5217.phpt b/ext/pdo/tests/pecl_bug_5217.phpt index 75df91956f..4b1170645e 100644 --- a/ext/pdo/tests/pecl_bug_5217.phpt +++ b/ext/pdo/tests/pecl_bug_5217.phpt @@ -10,6 +10,7 @@ PDOTest::skip(); ?> --FILE--