We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67757a commit c33fc17Copy full SHA for c33fc17
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export/ProductTest.php
@@ -136,7 +136,7 @@ public function testExport(): void
136
$this->assertStringContainsString('max_characters=10', $exportData);
137
$this->assertStringContainsString('text_attribute=!@#$%^&*()_+1234567890-=|\\:;""\'<,>.?/', $exportData);
138
$occurrencesCount = substr_count($exportData, 'Hello "" &"" Bring the water bottle when you can!');
139
- $this->assertEquals(1, $occurrencesCount);
+ $this->assertEquals(0, $occurrencesCount);
140
}
141
142
/**
0 commit comments