diff options
Diffstat (limited to 'crates/shirabe/tests/plugin/e2e_normalize_test.rs')
| -rw-r--r-- | crates/shirabe/tests/plugin/e2e_normalize_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/plugin/e2e_normalize_test.rs b/crates/shirabe/tests/plugin/e2e_normalize_test.rs index 9fb49bab..6cc6b05c 100644 --- a/crates/shirabe/tests/plugin/e2e_normalize_test.rs +++ b/crates/shirabe/tests/plugin/e2e_normalize_test.rs @@ -8,7 +8,7 @@ //! The test skips while any of these is missing; test runs themselves are offline. use crate::e2e_extension_installer_test::{copy_dir, upstream_composer_bin}; -use crate::plugin_installer_test::{lock_php_worker, php_runtime_available}; +use crate::php_worker::{lock_php_worker, php_runtime_available}; use std::path::{Path, PathBuf}; use tempfile::TempDir; |
