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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-06-30 06:09:07 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-06-30 06:09:07 +0300
commit6451c1371fbb61a890dbf46caea3ffaa0a9e0a09 (patch)
tree35281a476fe8bd66daeed536db34fcd2dcd30521 /test
parentc75b141fd5e07b2175332d141ad60a8bd05b16d4 (diff)
Add description for the _nopad (NO PAD) collation suffix
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test')
-rw-r--r--test/classes/CharsetsTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/CharsetsTest.php b/test/classes/CharsetsTest.php
index fbdcd35711..2483fd8acb 100644
--- a/test/classes/CharsetsTest.php
+++ b/test/classes/CharsetsTest.php
@@ -139,6 +139,7 @@ class CharsetsTest extends TestCase
array('utf8mb4_de_pb_0900_ai_ci', 'German (phone book order) (UCA 9.0.0), accent-insensitive, case-insensitive'),
array('utf8mb4_de_0900_ai_ci', 'German (dictionary order) (UCA 9.0.0), accent-insensitive, case-insensitive'),
array('utf8mb4_ja_0900_as_cs_ks', 'Japanese (UCA 9.0.0), accent-sensitive, case-sensitive, kana-sensitive'),
+ array('utf8mb4_unicode_520_nopad_ci', 'Unicode (UCA 5.2.0), no-pad, case-insensitive'),
);
}