diff options
Diffstat (limited to 'crates/shirabe/tests/plugin/e2e_package_event_test.rs')
| -rw-r--r-- | crates/shirabe/tests/plugin/e2e_package_event_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/plugin/e2e_package_event_test.rs b/crates/shirabe/tests/plugin/e2e_package_event_test.rs index a6569105..69085f35 100644 --- a/crates/shirabe/tests/plugin/e2e_package_event_test.rs +++ b/crates/shirabe/tests/plugin/e2e_package_event_test.rs @@ -6,7 +6,7 @@ //! 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; |
