File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments