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