From 2b48869e274a9487b9f9a2d9409440e7ae7dc9bb Mon Sep 17 00:00:00 2001 From: Holger Veltrup Date: Fri, 17 May 2024 14:58:57 +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 b5effaa..2dbc3f7 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 + 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, - preg_replace('/[]\\[K/', '', $output) + preg_replace('/.*>.*/', '', $output) ); }