From 9b12e16da4a90bc52f11d520266d6b1b73898f02 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 3 Aug 2024 13:44:30 +0200 Subject: [PATCH] [TASK] Rename stub file to match the name of the stubbed interface --- extension.neon | 2 +- stubs/{EventDispatcher.stub => EventDispatcherInterface.stub} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename stubs/{EventDispatcher.stub => EventDispatcherInterface.stub} (100%) diff --git a/extension.neon b/extension.neon index 164488b..6dc7d38 100644 --- a/extension.neon +++ b/extension.neon @@ -153,7 +153,7 @@ parameters: websiteTitle: string stubFiles: - stubs/DomainObjectInterface.stub - - stubs/EventDispatcher.stub + - stubs/EventDispatcherInterface.stub - stubs/ObjectStorage.stub - stubs/QueryFactory.stub - stubs/QueryInterface.stub diff --git a/stubs/EventDispatcher.stub b/stubs/EventDispatcherInterface.stub similarity index 100% rename from stubs/EventDispatcher.stub rename to stubs/EventDispatcherInterface.stub