This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b65c3f2249
nextcloud
/
tests
/
docker
/
mysqlmb4.config.php
8 lines
74 B
PHP
Raw
Normal View
History
Unescape
Escape
Adding docker based unit test execution for mysql utf8mb4
2016-02-09 19:38:12 +03:00
<
?
php
Use strict Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-04-26 13:45:12 +03:00
declare
(
strict_types
=
1
);
Use the short array syntax, everywhere Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26 11:30:18 +03:00
$CONFIG
=
[
Adding docker based unit test execution for mysql utf8mb4
2016-02-09 19:38:12 +03:00
'mysql.utf8mb4'
=>
true
,
Use the short array syntax, everywhere Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26 11:30:18 +03:00
];