diff --git a/tests/unit/UtilsTest.php b/tests/unit/UtilsTest.php new file mode 100644 index 000000000..dcf257376 --- /dev/null +++ b/tests/unit/UtilsTest.php @@ -0,0 +1,26 @@ +assertTrue(Utils::startsWith('english', 'en')); + } + +} \ No newline at end of file