Skip to content
Snippets Groups Projects
Commit c226b6bb authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #4129

Closes #4129

Merge request studip/studip!2973
parent 6860e928
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,17 @@ class auth_user_md5 extends SimpleORMap
}
}
/**
* @backupGlobals enabled
*/
class SimpleOrMapNodbTest extends \Codeception\Test\Unit
{
protected static function setupFixture(): void
{
if (count($GLOBALS['CONTENT_LANGUAGES']) < 2) {
$GLOBALS['CONTENT_LANGUAGES']['en_GB'] = ['picture' => 'lang_en.gif', 'name' => 'English'];
}
StudipTestHelper::set_up_tables(['auth_user_md5']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment