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
path: root/test
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-04-29 01:36:13 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-04-29 01:36:13 +0300
commitdcc52b063a4a66861c78814e299cd51220cae8a5 (patch)
tree0dadc6dad98a1c122174a957b2b099b9f5c8a924 /test
parente762b641229fb153413c000528357807717226eb (diff)
Fix doc blocks
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test')
-rw-r--r--test/classes/TrackerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/TrackerTest.php b/test/classes/TrackerTest.php
index b4854820b1..ea2a54d685 100644
--- a/test/classes/TrackerTest.php
+++ b/test/classes/TrackerTest.php
@@ -741,7 +741,7 @@ class TrackerTest extends AbstractTestCase
// db (optional)
// table name after rename (optional)
$query = [];
- /** TODO: Should test fail when USE is in conjunction with * identifiers?
+ /* TODO: Should test fail when USE is in conjunction with * identifiers?
$query[] = array(
" - USE db1;\n- CREATE VIEW db1.v AS SELECT * FROM t;",
"DDL",