aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/installer_test.rs')
-rw-r--r--crates/shirabe/tests/installer_test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/installer_test.rs b/crates/shirabe/tests/installer_test.rs
index 1a8b7ccc..f5e84558 100644
--- a/crates/shirabe/tests/installer_test.rs
+++ b/crates/shirabe/tests/installer_test.rs
@@ -194,6 +194,7 @@ impl EventDispatcherInterface for StubEventDispatcher {
) -> anyhow::Result<()> {
Ok(())
}
+ fn remove_listener(&mut self, _listener: &shirabe_php_rpc::PhpObjHandle) {}
fn has_event_listeners(&mut self, _event: &dyn EventInterface) -> bool {
false
}