We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffccabf commit f71d506Copy full SHA for f71d506
hooks/OpenTelemetry/tests/integration/OpenTelemetryHookTest.php
@@ -45,7 +45,7 @@ public function testCanBeRegistered(): void
45
46
private function simulateAutoload(): void
47
{
48
- require_once __DIR__ . '/../../src/_autoload.php';
+ require __DIR__ . '/../../src/_autoload.php';
49
}
50
51
private function isAutoloadSupported(): bool
0 commit comments