Skip to content

Commit f71d506

Browse files
committed
test: always require in test case
Signed-off-by: Tom Carrio <[email protected]>
1 parent ffccabf commit f71d506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hooks/OpenTelemetry/tests/integration/OpenTelemetryHookTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testCanBeRegistered(): void
4545

4646
private function simulateAutoload(): void
4747
{
48-
require_once __DIR__ . '/../../src/_autoload.php';
48+
require __DIR__ . '/../../src/_autoload.php';
4949
}
5050

5151
private function isAutoloadSupported(): bool

0 commit comments

Comments
 (0)