feat(wpmc S2): register taxonomy town with required args

Also stub translation functions in base TestCase so __() calls from
WPMultiCity namespace resolve correctly via Brain Monkey.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vladimir Bryzgalov
2026-05-12 17:37:29 +05:00
parent 53a784bbe8
commit b06ea9e605
2 changed files with 20 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ abstract class TestCase extends BaseTestCase
{
parent::setUp();
Monkey\setUp();
Monkey\Functions\stubTranslationFunctions();
}
protected function tearDown(): void