Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Mar 24, 2022
1 parent 31bdca4 commit a92f643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/swoole_curl/multi/curl_multi_example.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (!extension_loaded('curl')) { print("skip"); }
?>
--FILE--
<?php declare(strict_types = 1);
require __DIR__ . '/../include/bootstrap.php';
require __DIR__ . '/../../include/bootstrap.php';

Swoole\Runtime::enableCoroutine(SWOOLE_HOOK_NATIVE_CURL);

Expand Down

0 comments on commit a92f643

Please sign in to comment.