From dd9a627ab40e69e903d731f9644055faab8163fa Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 5 Jul 2024 08:52:22 +0200 Subject: Add Composer, phpunit, phpcs and editorconfig --- tests/unit/FirstTest.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/unit/FirstTest.php (limited to 'tests/unit/FirstTest.php') diff --git a/tests/unit/FirstTest.php b/tests/unit/FirstTest.php new file mode 100644 index 0000000..42d693e --- /dev/null +++ b/tests/unit/FirstTest.php @@ -0,0 +1,24 @@ +assertTrue(true); + } +} -- cgit v1.2.3