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 1fbd49f commit 9a4617dCopy full SHA for 9a4617d
dev/tests/unit/Magento/FunctionalTestFramework/Util/TestGeneratorTest.php
@@ -346,8 +346,8 @@ public function testIfExceptionThrownWhenDuplicateArgumentsFound()
346
'filename'
347
);
348
$testGeneratorObject = TestGenerator::getInstance('', ['sampleTest' => $test1, 'test2' => $test2]);
349
- $this->expectException(TestFrameworkException::class);
350
- $testGeneratorObject->throwExceptionIfDuplicateArgumentsFound($testGeneratorObject);
+ $result = $testGeneratorObject->throwExceptionIfDuplicateArgumentsFound($testGeneratorObject);
+ $this->assertEquals($result, "");
351
}
352
353
/**
0 commit comments