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 a136335 commit c02fa3fCopy full SHA for c02fa3f
app/code/Magento/Swagger/Test/Unit/Controller/Index/IndexTest.php
@@ -96,9 +96,10 @@ public function testDispatchRejectsWhenDisabled()
96
}
97
98
/**
99
- * @doesNotPerformAssertions
+ * @return void
100
+ * @throws NotFoundException
101
*/
- public function testDispatchIsSuccessfulWhenEnabled()
102
+ public function testDispatchIsSuccessfulWhenEnabled(): void
103
{
104
$request = self::getMockBuilder(Http::class)
105
->disableOriginalConstructor()
0 commit comments