Merge branch 'QA_5_2'

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-06-09 16:43:54 -03:00
commit 11e34a6fec
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
2 changed files with 4 additions and 4 deletions

View File

@ -3160,9 +3160,8 @@
<code>$isUpload</code>
<code>$isUpload</code>
</MixedArgument>
<MixedArgumentTypeCoercion occurrences="4">
<MixedArgumentTypeCoercion occurrences="3">
<code>$GLOBALS['jsvkey']</code>
<code>$GLOBALS['urlParams']</code>
<code>$row_id</code>
<code>$row_id</code>
</MixedArgumentTypeCoercion>

View File

@ -1107,10 +1107,11 @@ JS;
$this->dbQuery('DROP DATABASE IF EXISTS `phpmyadmin`;');
}
if (! $this->hasFailed()) {
$this->markTestAs('passed', '');
if ($this->hasFailed()) {
return;
}
$this->markTestAs('passed', '');
$this->sqlWindowHandle = null;
$this->webDriver->quit();
}