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 <mauricio@fauth.dev>2019-06-14 20:09:26 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-06-14 20:09:26 +0300
commite1f9ae00cd2f88196963ed4256a3208bfd47ac97 (patch)
tree91b14b9f345548f2936d2a4ff9a739e55f2f1a73 /test/bootstrap-dist.php
parent34541f565c1d05a18feeba387dbeb75881b625a8 (diff)
Add a trailing comma in multi-line arrays
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/bootstrap-dist.php')
-rw-r--r--test/bootstrap-dist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index bfee49e952..e8e64e53ca 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -54,7 +54,7 @@ $test_defaults = [
'TESTSUITE_BROWSERSTACK_USER' => '',
'TESTSUITE_BROWSERSTACK_KEY' => '',
'TESTSUITE_FULL' => '',
- 'CI_MODE' => ''
+ 'CI_MODE' => '',
];
if (PHP_SAPI == 'cli') {
foreach ($test_defaults as $varname => $defvalue) {