Rewrite tooltips code without jQuery
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user