Skip to content
Snippets Groups Projects
Commit 6d7c2006 authored by Stefan Neufeind's avatar Stefan Neufeind Committed by Benjamin Franzke
Browse files

[BUGFIX] Remove setDBinit from tests

Default is utf8 for the database-charset meanwhile.

Resolves: #87052
Releases: master
Change-Id: I4ec21f979a2b3e95ba30e10b94c538cde378b75d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59012


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
parent 6aee7cc8
Branches
Tags
No related merge requests found
......@@ -22,19 +22,6 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
*/
class ErrorHandlerTest extends FunctionalTestCase
{
/**
* @var array
*/
protected $configurationToUseInTestInstance = [
'DB' => [
'Connections' => [
'Default' => [
'initCommands' => 'SET NAMES \'UTF8\';',
],
],
],
];
/**
* Disabled on sqlite and mssql: They don't support init command "SET NAMES 'UTF8'". That's
* ok since this test is not about db platform support but error handling in core.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment