diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units/Helper/TextHelperTest.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/units/Helper/TextHelperTest.php b/tests/units/Helper/TextHelperTest.php index abe921fe..f8c0f845 100644 --- a/tests/units/Helper/TextHelperTest.php +++ b/tests/units/Helper/TextHelperTest.php @@ -102,14 +102,6 @@ class TextHelperTest extends Base $this->assertEquals('<p>Text @admin @notfound</p>', $textHelper->markdown('Text @admin @notfound', true)); } - public function testMarkdownAttribute() - { - $textHelper = new TextHelper($this->container); - $this->assertEquals('<p>Ça marche</p>', $textHelper->markdownAttribute('Ça marche')); - $this->assertEquals('<p>Test with &quot;double quotes&quot;</p>', $textHelper->markdownAttribute('Test with "double quotes"')); - $this->assertEquals('<p>Test with 'single quotes'</p>', $textHelper->markdownAttribute("Test with 'single quotes'")); - } - public function testFormatBytes() { $textHelper = new TextHelper($this->container); |