Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-06-09 01:14:08 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-06-10 02:27:22 +0300
commit71bef7c1f7955f91c0bb41fac53acf9eb5c49dea (patch)
tree7ea0e5ea469b3a85f65a651c10f6c18f7fb1c50b /test/selenium
parent120a462895337ddefabb22b5b3bf6126a089fe80 (diff)
Enable --repeat option of phpunit
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/selenium')
-rw-r--r--test/selenium/TestBase.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/selenium/TestBase.php b/test/selenium/TestBase.php
index 8e49493e42..679f13f726 100644
--- a/test/selenium/TestBase.php
+++ b/test/selenium/TestBase.php
@@ -1093,6 +1093,7 @@ abstract class TestBase extends TestCase
if (! $this->hasFailed()) {
$this->markTestAs('passed', '');
}
+ $this->sqlWindowHandle = null;
$this->webDriver->quit();
}
@@ -1195,6 +1196,7 @@ abstract class TestBase extends TestCase
if ($this->webDriver !== null) {
$this->webDriver->quit();
}
+ $this->sqlWindowHandle = null;
$this->getErrorVideoUrl();