From dd06cd38f897256e0bcc064676afc5667b0adee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sun, 1 Dec 2019 11:40:30 -0300 Subject: Defines rules for double quote usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makes sure that any use of double quotes strings are warranted. Signed-off-by: MaurĂ­cio Meneghini Fauth --- test/bootstrap-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bootstrap-dist.php') 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 -- cgit v1.2.3