wallabag/tests/Wallabag/CoreBundle
Jeremy Benoist 877787e5fe
Fix utf8mb4 on vendor tables
When creating the schema for test these tables use default length for
string: 255. Which fail when using utf8mb4.

> Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

Also move the `setKeepStaticConnections` in before and after class to
avoid:

> SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist

See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
2018-11-28 22:04:55 +01:00
..
Command Fix utf8mb4 on vendor tables 2018-11-28 22:04:55 +01:00
Controller Merge remote-tracking branch 'origin/master' into 2.4 2018-11-25 09:58:18 +01:00
Event Ensure language is valid 2018-10-13 09:39:00 +02:00
fixtures Use an alternative way to detect image 2017-06-05 22:54:02 +02:00
Form/DataTransformer Add missing TestCase namespace 2017-12-18 13:29:33 +01:00
GuzzleSiteAuthenticator Add missing TestCase namespace 2017-12-18 13:29:33 +01:00
Helper updateOriginUrl: remove 'query string' case from ignore list 2018-10-24 22:27:27 +02:00
Mock Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ParamConverter Use namespaced PHPUnit classes 2017-12-18 13:29:33 +01:00
Tools Fix CS in UtilsTest.php 2018-03-31 12:55:27 +02:00
Twig Use namespaced PHPUnit classes 2017-12-18 13:29:33 +01:00
WallabagCoreTestCase.php Jump to Symfony 3.4 2018-10-04 14:11:57 +02:00