mirror of
https://github.com/getgrav/grav.git
synced 2026-03-13 08:00:58 +01:00
remote image test
This commit is contained in:
@@ -95,7 +95,10 @@ class ParsedownTest extends \Codeception\TestCase\Test
|
||||
$this->parsedown->text(''));
|
||||
$this->assertSame('<p><img src="/home-missing-image.jpg" alt="" /></p>',
|
||||
$this->parsedown->text(''));
|
||||
|
||||
$this->assertSame('<p><img src="/home-missing-image.jpg" alt="" /></p>',
|
||||
$this->parsedown->text(''));
|
||||
$this->assertSame('<p><img src="https://getgrav-grav.netdna-ssl.com/user/pages/media/grav-logo.svg" alt="" /></p>',
|
||||
$this->parsedown->text(''));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user