From 5a91b325599647aea93bbf7acdfefc49ed404ac9 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 26 Oct 2022 09:25:01 +0200 Subject: [PATCH] Do not use deprecated API --- ...ipt-argument-with-cli-include-with-text-report.phpt | 10 ++-------- ...cript-argument-with-cli-include-without-report.phpt | 10 ++-------- .../execute/valid-script-argument-without-include.phpt | 10 ++-------- 3 files changed, 6 insertions(+), 24 deletions(-) diff --git a/tests/end-to-end/execute/valid-script-argument-with-cli-include-with-text-report.phpt b/tests/end-to-end/execute/valid-script-argument-with-cli-include-with-text-report.phpt index 8324b80..d71e36e 100644 --- a/tests/end-to-end/execute/valid-script-argument-with-cli-include-with-text-report.phpt +++ b/tests/end-to-end/execute/valid-script-argument-with-cli-include-with-text-report.phpt @@ -6,17 +6,11 @@ xdebug.overload_var_dump=0 forLineCoverage(new Filter); } catch (Exception $e) { print 'skip: ' . $e->getMessage(); } diff --git a/tests/end-to-end/execute/valid-script-argument-with-cli-include-without-report.phpt b/tests/end-to-end/execute/valid-script-argument-with-cli-include-without-report.phpt index 457bd8c..7177d47 100644 --- a/tests/end-to-end/execute/valid-script-argument-with-cli-include-without-report.phpt +++ b/tests/end-to-end/execute/valid-script-argument-with-cli-include-without-report.phpt @@ -6,17 +6,11 @@ xdebug.overload_var_dump=0 forLineCoverage(new Filter); } catch (Exception $e) { print 'skip: ' . $e->getMessage(); } diff --git a/tests/end-to-end/execute/valid-script-argument-without-include.phpt b/tests/end-to-end/execute/valid-script-argument-without-include.phpt index 3dc2d42..712f84d 100644 --- a/tests/end-to-end/execute/valid-script-argument-without-include.phpt +++ b/tests/end-to-end/execute/valid-script-argument-without-include.phpt @@ -6,17 +6,11 @@ xdebug.overload_var_dump=0 forLineCoverage(new Filter); } catch (Exception $e) { print 'skip: ' . $e->getMessage(); }