From: Auto-Claude Orchestrator Date: Tue, 24 Mar 2026 07:38:26 +0000 (+0000) Subject: feat(task-JIRA-ERP-33-20260324070448): Сбор данных по остаткам на день X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=aa24644812b825786694003dcd36fc00d5874603;p=erp24_rep%2Fyii-erp24%2F.git feat(task-JIRA-ERP-33-20260324070448): Сбор данных по остаткам на день --- diff --git a/erp24/tests/unit/services/StockHistoryServiceTest.php b/erp24/tests/unit/services/StockHistoryServiceTest.php index a2bfddbd..766116a2 100644 --- a/erp24/tests/unit/services/StockHistoryServiceTest.php +++ b/erp24/tests/unit/services/StockHistoryServiceTest.php @@ -18,15 +18,15 @@ class StockHistoryServiceTest extends Unit { protected $tester; - /** - * @return array{0: \yii\db\Connection, 1: \yii\db\Command} - */ /** No-op callback для подавления Telegram/Yii в тестах */ private static function noopTelegramCallback(): callable { return static function (string $message): void {}; } + /** + * @return array{0: \yii\db\Connection, 1: \yii\db\Command} + */ private function createMockDbAndCommand(): array { $db = $this->createMock(\yii\db\Connection::class);