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) ); }