mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 21:56:33 +02:00
feat(tests): add test for [markdown] shortcode
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
test('[php] shortcode', function () {
|
||||
$this->assertEquals("Foo",
|
||||
parsers()->shortcodes()->parse('[php]echo "Foo";[/php]'));
|
||||
});
|
Reference in New Issue
Block a user