From 5b8b8e4ebb2efbb48e805d694eac9ae7949075f5 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Tue, 5 Jan 2016 11:52:17 +0100 Subject: [PATCH] First sample test, test Utils --- tests/unit/UtilsTest.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/unit/UtilsTest.php 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