From 50a695b609cef2a56af2e4e011a8f16bb9b7cc69 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 23 Apr 2025 19:14:47 +0200 Subject: [PATCH] add missing method added upstream --- tst/Bootstrap.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index d1c4237d..8748686d 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -823,6 +823,11 @@ class ConnectionInterfaceStub implements ConnectionInterface throw new BadMethodCallException('not supported by this stub'); } + public function moveObject(array $args = array()) + { + throw new BadMethodCallException('not supported by this stub'); + } + public function composeObject(array $args = array()) { throw new BadMethodCallException('not supported by this stub');