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 69e05c0 commit 28d078cCopy full SHA for 28d078c
app/code/Magento/Analytics/Test/Unit/Model/ConnectorTest.php
@@ -57,9 +57,13 @@ public function testExecute()
57
}
58
59
/**
60
+ * Executing non-existing command
61
+ *
62
* @expectedException \Magento\Framework\Exception\NotFoundException
63
+ * @expectedExceptionMessage Command "register" was not found.
64
+ * @return void
65
*/
- public function testExecuteCommandNotFound()
66
+ public function testExecuteCommandNotFound(): void
67
{
68
$commandName = 'register';
69
$this->connector->execute($commandName);
0 commit comments