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 5378d69 commit 10cea74Copy full SHA for 10cea74
examples/http-client/tests/integration.rs
@@ -32,9 +32,7 @@ pub static TESTS_PHP_DIR: LazyLock<PathBuf> = LazyLock::new(|| {
32
33
#[test]
34
fn test_php() {
35
- use std::process::Command;
36
- use std::thread::sleep;
37
- use std::time::Duration;
+ use std::{process::Command, thread::sleep, time::Duration};
38
39
let router = TESTS_PHP_DIR.join("router.php");
40
let server = Command::new("php")
@@ -58,4 +56,4 @@ fn test_php() {
58
56
sleep(Duration::from_secs(1));
59
57
60
test_php_script(&*DYLIB_PATH, TESTS_PHP_DIR.join("test.php"));
61
-}
+}
0 commit comments