From d079935ba8727723caa4b9f54e4731506045f140 Mon Sep 17 00:00:00 2001 From: salahhusa9 Date: Sun, 6 Aug 2023 18:13:36 +0100 Subject: [PATCH] tests --- tests/components/TextareaComponentTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/components/TextareaComponentTest.php diff --git a/tests/components/TextareaComponentTest.php b/tests/components/TextareaComponentTest.php new file mode 100644 index 0000000..5f60e4c --- /dev/null +++ b/tests/components/TextareaComponentTest.php @@ -0,0 +1,9 @@ +assertTrue(View::exists('template-components::textarea')); +});