mirror of
https://github.com/e107inc/e107.git
synced 2025-06-11 05:31:04 +02:00
Reinitialize user-extended class before running shortcode test.
This commit is contained in:
@ -383,7 +383,9 @@
|
|||||||
|
|
||||||
public function testUserExtendedAllShortcode()
|
public function testUserExtendedAllShortcode()
|
||||||
{
|
{
|
||||||
|
e107::getUserExt()->init();
|
||||||
|
|
||||||
|
/** @var usersettings_shortcodes $sc */
|
||||||
$sc = e107::getScBatch('usersettings');
|
$sc = e107::getScBatch('usersettings');
|
||||||
$sc->wrapper('not-a-real-wrapper');
|
$sc->wrapper('not-a-real-wrapper');
|
||||||
$sc->reset();
|
$sc->reset();
|
||||||
|
Reference in New Issue
Block a user