Skip to content

Commit 7681d1a

Browse files
committed
Merge branch 'MC-11151' into 'MC-18821'
MC-18821: Increase test coverage for Catalog functional area See merge request magn-m23/magn-m23!1666
2 parents 7ca2d10 + 6998007 commit 7681d1a

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)