feat(wpmc S3): ShortcodeDmr scaffold + register init hook
This commit is contained in:
@@ -6,6 +6,7 @@ namespace WPMultiCity\Tests;
|
||||
use Brain\Monkey;
|
||||
use PHPUnit\Framework\TestCase as BaseTestCase;
|
||||
use WPMultiCity\Helpers;
|
||||
use WPMultiCity\ShortcodeDmr;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
@@ -15,6 +16,7 @@ abstract class TestCase extends BaseTestCase
|
||||
Monkey\setUp();
|
||||
Monkey\Functions\stubTranslationFunctions();
|
||||
Helpers::reset_cache();
|
||||
ShortcodeDmr::reset_cache();
|
||||
}
|
||||
|
||||
protected function tearDown(): void
|
||||
|
||||
Reference in New Issue
Block a user