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-05-20 22:31:13 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-20 22:31:13 +0300
commit6eaa55e805737a47adbb0b00dadd01aa6e42325d (patch)
tree8c7f026ad9d06b78097b31b1e0cafcdae92f3247 /test/classes/Table
parent8ef514390120ce88d8db31547adc8886bc4cedd7 (diff)
Call parent's setUp and tearDown
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/classes/Table')
-rw-r--r--test/classes/Table/SearchTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/Table/SearchTest.php b/test/classes/Table/SearchTest.php
index 87645f8fce..28409e4d9f 100644
--- a/test/classes/Table/SearchTest.php
+++ b/test/classes/Table/SearchTest.php
@@ -13,6 +13,7 @@ class SearchTest extends AbstractTestCase
protected function setUp(): void
{
+ parent::setUp();
global $dbi;
$this->search = new Search($dbi);