Skip to content

Commit 11e34a6

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2 parents 8116903 + d7304c1 commit 11e34a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

psalm-baseline.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3160,9 +3160,8 @@
31603160
<code>$isUpload</code>
31613161
<code>$isUpload</code>
31623162
</MixedArgument>
3163-
<MixedArgumentTypeCoercion occurrences="4">
3163+
<MixedArgumentTypeCoercion occurrences="3">
31643164
<code>$GLOBALS['jsvkey']</code>
3165-
<code>$GLOBALS['urlParams']</code>
31663165
<code>$row_id</code>
31673166
<code>$row_id</code>
31683167
</MixedArgumentTypeCoercion>

test/selenium/TestBase.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,11 @@ protected function tearDown(): void
11071107
$this->dbQuery('DROP DATABASE IF EXISTS `phpmyadmin`;');
11081108
}
11091109

1110-
if (! $this->hasFailed()) {
1111-
$this->markTestAs('passed', '');
1110+
if ($this->hasFailed()) {
1111+
return;
11121112
}
11131113

1114+
$this->markTestAs('passed', '');
11141115
$this->sqlWindowHandle = null;
11151116
$this->webDriver->quit();
11161117
}

0 commit comments

Comments
 (0)