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] Enforce database name to be lowerstring #79

Closed IchHabRecht closed 6 years ago

IchHabRecht commented 6 years ago

Because of comparison of database names in TestSystem::setUpTestDatabase the case of the database name should be enforced. In earlier versions of the TestSystem the database was dropped everytime (using IF EXISTS) and the database formats the database name on its own.

Resolves: #78

helhum commented 6 years ago

should rather also be fixed in TYPO3 imho