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-12-01 17:40:30 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-12-01 20:10:07 +0300
commitdd06cd38f897256e0bcc064676afc5667b0adee6 (patch)
tree2d3e39531393c6981635ad0b6a9fc5b40ae358a0 /test/bootstrap-dist.php
parentf3135a9cf61bb77fc8106331392661f3a858f22d (diff)
Defines rules for double quote usage
Makes sure that any use of double quotes strings are warranted. 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 14f39bb44b..68653ca031 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -32,7 +32,7 @@ date_default_timezone_set('UTC');
// Adding phpMyAdmin sources to include path
set_include_path(
- get_include_path() . PATH_SEPARATOR . dirname((string) realpath("../index.php"))
+ get_include_path() . PATH_SEPARATOR . dirname((string) realpath('../index.php'))
);
// Setting constants for testing