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>2018-05-16 07:01:44 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-16 10:36:04 +0300
commitdc8c92bfd8433a92bdec5389fa54552ae6039e75 (patch)
tree249b15e6215bd5160ddfeb87b6019febd4ebab74 /test/classes/StorageEngineTest.php
parentaf148ad92bba790ae9180f2b730d89a06c986c8d (diff)
Enable strict mode in test files
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test/classes/StorageEngineTest.php')
-rw-r--r--test/classes/StorageEngineTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/classes/StorageEngineTest.php b/test/classes/StorageEngineTest.php
index 7e333ee9cf..21420a2310 100644
--- a/test/classes/StorageEngineTest.php
+++ b/test/classes/StorageEngineTest.php
@@ -4,6 +4,8 @@
*
* @package PhpMyAdmin-test
*/
+declare(strict_types=1);
+
namespace PhpMyAdmin\Tests;
use PhpMyAdmin\StorageEngine;