Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
commit
11e34a6fec
@ -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>
|
||||
|
||||
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user