We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a12fd commit 043ff43Copy full SHA for 043ff43
Tests/Functional/Command/UnduplicateCommandTest.php
@@ -169,7 +169,6 @@ class UnduplicateCommandTest extends FunctionalTestCase
169
$this->importCSVDataSet(__DIR__ . '/DataSet/sys_file_duplicates_with_processed_files.csv');
170
171
$result = $this->executeConsoleCommand(self::BASE_COMMAND);
172
- echo $result['output'];
173
174
// the processed files are updated, so that the newer sys_file entry (uid=2) is used
175
$this->assertCSVDataSet(__DIR__ . '/DataSet/sys_file_duplicates_with_processed_files_RESULT.csv');
0 commit comments