diff --git a/tests/src/flextype/core/Parsers/Shortcodes/PhpShortcodeTest.php b/tests/src/flextype/core/Parsers/Shortcodes/PhpShortcodeTest.php new file mode 100644 index 00000000..0b008991 --- /dev/null +++ b/tests/src/flextype/core/Parsers/Shortcodes/PhpShortcodeTest.php @@ -0,0 +1,8 @@ +assertEquals("Foo", + parsers()->shortcodes()->parse('[php]echo "Foo";[/php]')); +});