Skip to content

Commit 6998007

Browse files
MC-18821: Increase test coverage for Catalog functional area
- Integration test for MC-11151
1 parent 4dda570 commit 6998007

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function testRemoveAttributeFromAttributeSet()
182182
*
183183
* @return string
184184
*/
185-
private function getSyslogPath()
185+
private function getSyslogPath(): string
186186
{
187187
if (!$this->systemLogPath) {
188188
foreach ($this->logger->getHandlers() as $handler) {

0 commit comments

Comments
 (0)