This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
nextcloud
Watch
1
Star
0
Fork
You've already forked nextcloud
0
mirror of
https://github.com/nextcloud/server.git
synced
2026-03-12 05:33:11 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
d70c7ecc7b
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 11:38:12 -05:00
<
?
php
Use strict Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-04-26 06:45:12 -04:00
declare
(
strict_types
=
1
);
Use the short array syntax, everywhere Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26 04:30:18 -04:00
$CONFIG
=
[
Adding docker based unit test execution for mysql utf8mb4
2016-02-09 11:38:12 -05:00
'mysql.utf8mb4'
=>
true
,
Use the short array syntax, everywhere Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26 04:30:18 -04:00
];
Reference in a new issue
Copy permalink