Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

[BUGFIX] Allow to override database setting for function test system #76

Closed IchHabRecht closed 6 years ago

IchHabRecht commented 6 years ago

As the testing-framework sets ['DB']['Connections']['Default']['initCommands'] from its default configuration, there is currently no way to test without strict mode. If the configuration to override is applied at last, the user is able to define own database configuration.