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 6a22b76 commit 3831b72Copy full SHA for 3831b72
app/code/Magento/Search/Controller/Adminhtml/Synonyms/MassDelete.php
@@ -62,6 +62,7 @@ public function __construct(
62
*
63
* @return \Magento\Backend\Model\View\Result\Redirect
64
* @throws \Magento\Framework\Exception\LocalizedException|\Exception
65
+ * @throws \Magento\Framework\Exception\NotFoundException|\Exception
66
*/
67
public function execute()
68
{
app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Synonyms/MassDeleteTest.php
@@ -8,7 +8,7 @@
8
namespace Magento\Search\Test\Unit\Controller\Adminhtml\Synonyms;
9
10
/**
11
- * Unit tests for MassDelete controller.
+ * Unit tests for Magento\Search\Controller\Adminhtml\Synonyms\MassDelete controller.
12
13
class MassDeleteTest extends \PHPUnit\Framework\TestCase
14
0 commit comments