stageLocale('synctest', "A [[wiki:syntax]] link."); $html = p_locale_xhtml('synctest'); // Rendered as DW: the bracket pair becomes a real link, not literal text $this->assertStringContainsString('assertStringNotContainsString('[[wiki:syntax]]', $html, 'bracket pair must not survive as literal text'); } }