diff options
Diffstat (limited to 'crates/shirabe/tests/documentation_test.rs')
| -rw-r--r-- | crates/shirabe/tests/documentation_test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/tests/documentation_test.rs b/crates/shirabe/tests/documentation_test.rs index 7a13ce1d..ad945aa3 100644 --- a/crates/shirabe/tests/documentation_test.rs +++ b/crates/shirabe/tests/documentation_test.rs @@ -1,8 +1,8 @@ //! ref: composer/tests/Composer/Test/DocumentationTest.php use shirabe::console::application::ApplicationHandle; -use shirabe_external_packages::symfony::console::command::Command; -use shirabe_external_packages::symfony::console::descriptor::application_description::ApplicationDescription; +use shirabe_symfony_console::command::Command; +use shirabe_symfony_console::descriptor::application_description::ApplicationDescription; fn get_command_name(command: &std::rc::Rc<std::cell::RefCell<dyn Command>>) -> String { let mut name = command.borrow().get_name().unwrap_or_default(); |
