Skip to content

Commit a92f643

Browse files
committed
Fix tests
1 parent 31bdca4 commit a92f643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/swoole_curl/multi/curl_multi_example.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!extension_loaded('curl')) { print("skip"); }
77
?>
88
--FILE--
99
<?php declare(strict_types = 1);
10-
require __DIR__ . '/../include/bootstrap.php';
10+
require __DIR__ . '/../../include/bootstrap.php';
1111

1212
Swoole\Runtime::enableCoroutine(SWOOLE_HOOK_NATIVE_CURL);
1313

0 commit comments

Comments
 (0)