Skip to content

Commit 9ac6fa5

Browse files
committed
AOS-295: Update report description
1 parent 0c7ab71 commit 9ac6fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Reports/LargeDocumentReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class LargeDocumentReport extends Report
2424
public function description(): string
2525
{
2626
if (!$this->isReportActive()) {
27-
return 'This report requires the SEARCH_INDEX_FILES environment variable and file extension.';
27+
return 'This report requires the SearchServiceExtension being applied to Files.';
2828
}
2929

3030
return sprintf(

tests/Reports/LargeDocumentReportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testDescription(): void
3838
// Removing extension should result in a new description
3939
$this->removeFileExtension();
4040
$this->assertEquals(
41-
'This report requires the SEARCH_INDEX_FILES environment variable and file extension.',
41+
'This report requires the SearchServiceExtension being applied to Files.',
4242
$report->description()
4343
);
4444

0 commit comments

Comments
 (0)