feat(wpmc S3): ShortcodeDmr::render resolves text by current town
This commit is contained in:
@@ -15,6 +15,9 @@ abstract class TestCase extends BaseTestCase
|
||||
parent::setUp();
|
||||
Monkey\setUp();
|
||||
Monkey\Functions\stubTranslationFunctions();
|
||||
Monkey\Functions\when('shortcode_atts')->alias(function (array $defaults, array $atts): array {
|
||||
return array_merge($defaults, array_intersect_key($atts, $defaults));
|
||||
});
|
||||
Helpers::reset_cache();
|
||||
ShortcodeDmr::reset_cache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user