diff options
Diffstat (limited to 'crates/shirabe/tests/plugin/e2e_installer_test.rs')
| -rw-r--r-- | crates/shirabe/tests/plugin/e2e_installer_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/plugin/e2e_installer_test.rs b/crates/shirabe/tests/plugin/e2e_installer_test.rs index dadb5b59..934337f2 100644 --- a/crates/shirabe/tests/plugin/e2e_installer_test.rs +++ b/crates/shirabe/tests/plugin/e2e_installer_test.rs @@ -7,7 +7,7 @@ //! fetched; the test skips only while the PHP runtime or the Composer checkout is missing. 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; |
