Skip to content

Commit 9403e5f

Browse files
committed
test: always require in test case
1 parent ffccabf commit 9403e5f

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)