We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ca8a1 commit b6ac740Copy full SHA for b6ac740
src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
@@ -564,7 +564,7 @@ public function requiredCredentials($testObject)
564
private function generateClassAnnotations($annotationType, $annotationName, $testObject)
565
{
566
$annotationToAppend = null;
567
- if (!empty($requiredCredentialsMessage) && !empty($annotationName['main'])) {
+ if (!empty($annotationName['main'])) {
568
$requiredCredentialsMessage = $this->requiredCredentials($testObject);
569
$credMsg = "\n\n"."This test uses the following credentials:"."\n";
570
$annotationName = ['main'=>$annotationName['main'].', '.$credMsg.''.$requiredCredentialsMessage,
0 commit comments