aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/documentation_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/documentation_test.rs')
-rw-r--r--crates/shirabe/tests/documentation_test.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/tests/documentation_test.rs b/crates/shirabe/tests/documentation_test.rs
index 07694d8..4fe9a94 100644
--- a/crates/shirabe/tests/documentation_test.rs
+++ b/crates/shirabe/tests/documentation_test.rs
@@ -18,8 +18,6 @@ fn get_command_name(command: &Rc<RefCell<dyn Command>>) -> String {
fn provide_command_cases() -> Vec<Rc<RefCell<dyn Command>>> {
let application = ApplicationHandle::new("Composer".to_string(), "".to_string()).unwrap();
- // setAutoExit(false) is the default in Shirabe. The setCatchErrors() call is guarded by
- // method_exists() in PHP and has no Rust equivalent.
application.set_catch_exceptions(false);
let mut description =