From f69790f31d1a494894ed4dc7107079cc3c457968 Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Fri, 13 Sep 2024 11:26:25 +0200 Subject: [PATCH] style: remove useless require --- .../Context/Fiber/test_context_switching_ffi_observer.phpt | 1 - ...t_context_switching_ffi_observer_registered_on_startup.phpt | 3 --- 2 files changed, 4 deletions(-) diff --git a/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer.phpt b/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer.phpt index 80ae42f2a7..56123ac32b 100644 --- a/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer.phpt +++ b/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer.phpt @@ -10,7 +10,6 @@ OTEL_PHP_FIBERS_ENABLED=1 use OpenTelemetry\Context\Context; require_once './tests/OpenTelemetry/vendor/autoload.php'; -require_once './tests/vendor/autoload.php'; $key = Context::createKey('-'); $scope = Context::getCurrent() diff --git a/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer_registered_on_startup.phpt b/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer_registered_on_startup.phpt index 8a9262ce9a..4de8eb1db9 100644 --- a/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer_registered_on_startup.phpt +++ b/tests/OpenTelemetry/Integration/Context/Fiber/test_context_switching_ffi_observer_registered_on_startup.phpt @@ -4,14 +4,11 @@ Fiber handler has to be loaded before fibers are used. --ENV-- OTEL_PHP_FIBERS_ENABLED=1 ---INI-- -zend_extension=xdebug-3.2.2.so --FILE--