From b4c2f124b874d0a62ceea85cd6f91412798b267c Mon Sep 17 00:00:00 2001 From: Holger Veltrup Date: Fri, 17 May 2024 14:23:18 +0200 Subject: [PATCH] test: fixes --- test/Console/Command/IndexerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Console/Command/IndexerTest.php b/test/Console/Command/IndexerTest.php index 0e04944..b5effaa 100644 --- a/test/Console/Command/IndexerTest.php +++ b/test/Console/Command/IndexerTest.php @@ -176,7 +176,7 @@ public function testExecuteSelectIndexer(): void Please select the indexer you want to use [0] [0] Indexer A (source: indexer_a) [1] Indexer C (source: indexer_c) - > 0 + > 0 You have just selected: Indexer A (source: indexer_a) Index with Indexer "Indexer A" (source: indexer_a) @@ -191,7 +191,7 @@ public function testExecuteSelectIndexer(): void EOF, - $output + preg_replace('/[]\\[K/', '', $output) ); }