File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55if (! function_exists ('shortcodes ' )) {
66
77 /**
8- * Render shortcodes
8+ * Render shortcodes.
99 *
1010 * @param string $string
1111 * @return string|HtmlString
Original file line number Diff line number Diff line change 22
33namespace Vedmant \LaravelShortcodes \Tests \Unit ;
44
5- use Vedmant \LaravelShortcodes \Tests \Resources \BShortcode ;
65use Vedmant \LaravelShortcodes \Tests \TestCase ;
6+ use Vedmant \LaravelShortcodes \Tests \Resources \BShortcode ;
77
88class HelpersTest extends TestCase
99{
@@ -17,6 +17,6 @@ public function testRenderWithHelper()
1717 $ this ->manager ->add ('b ' , BShortcode::class);
1818
1919 $ rendered = \shortcodes ('[b class="test"]Content[/b] ' );
20- $ this ->assertEquals (" <b class= \ "test \ ">Content</b> " , (string ) $ rendered );
20+ $ this ->assertEquals (' <b class="test">Content</b> ' , (string ) $ rendered );
2121 }
2222}
You can’t perform that action at this time.
0 commit comments