First upload
This commit is contained in:
6
shop/source/modules/oe/oepaypal/Tests/additional.inc.php
Normal file
6
shop/source/modules/oe/oepaypal/Tests/additional.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
# Set default user ID to fit expectation of old tests.
|
||||
\OxidEsales\Eshop\Core\DatabaseProvider::getDb()->execute("UPDATE oxuser SET OXID='oxdefaultadmin' WHERE oxusername='admin'");
|
||||
# Activate Azure theme
|
||||
\OxidEsales\Eshop\Core\DatabaseProvider::getDb()->execute("UPDATE `oxconfig` SET `OXVARVALUE` = 0x4db70f6d1a WHERE `OXVARNAME` = 'sTheme'");
|
||||
Reference in New Issue
Block a user