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:
Diffstat (limited to 'test/selenium/TableCreateTest.php')
-rw-r--r--test/selenium/TableCreateTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/selenium/TableCreateTest.php b/test/selenium/TableCreateTest.php
index 17a893a490..becde358b8 100644
--- a/test/selenium/TableCreateTest.php
+++ b/test/selenium/TableCreateTest.php
@@ -6,6 +6,7 @@
* @package PhpMyAdmin-test
* @subpackage Selenium
*/
+declare(strict_types=1);
namespace PhpMyAdmin\Tests\Selenium;