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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-02-23 04:05:50 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-02-23 04:05:50 +0300
commit73a0ddf1c1e82b08c5300cd0f819c6a7d1743cf6 (patch)
tree0c481bdede9ea0ff0e2def690527ebf1bc62359d /test/selenium/Table
parent182491a73f15f7e9aa62c3fd0d17ccf3b9c4443e (diff)
Add void return types to selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test/selenium/Table')
-rw-r--r--test/selenium/Table/CreateTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/selenium/Table/CreateTest.php b/test/selenium/Table/CreateTest.php
index cca1660148..0dea439d03 100644
--- a/test/selenium/Table/CreateTest.php
+++ b/test/selenium/Table/CreateTest.php
@@ -24,7 +24,7 @@ class CreateTest extends TestBase
/**
* @return void
*/
- public function setUp()
+ protected function setUp(): void
{
parent::setUp();
$this->maximize();