Skip to content

Commit

Permalink
style: remove useless require
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Sep 16, 2024
1 parent 1be1c34 commit f69790f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ Fiber handler has to be loaded before fibers are used.
<?php if (PHP_VERSION_ID < 80100 || !extension_loaded('ffi') || getenv('PHPUNIT_COVERAGE')) die('skip requires PHP8.1 and FFI'); ?>
--ENV--
OTEL_PHP_FIBERS_ENABLED=1
--INI--
zend_extension=xdebug-3.2.2.so
--FILE--
<?php
use OpenTelemetry\Context\Context;

require_once './tests/OpenTelemetry/vendor/autoload.php';
require_once './tests/vendor/autoload.php';

$key = Context::createKey('-');

Expand Down

0 comments on commit f69790f

Please sign in to comment.