From 51a81c845b0e0c11c1fa49025c1ec05c0cf2ba17 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Thu, 9 May 2024 11:49:35 +0200 Subject: [PATCH] Add config tests --- tests/Unit/ConfigTest.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/Unit/ConfigTest.php diff --git a/tests/Unit/ConfigTest.php b/tests/Unit/ConfigTest.php new file mode 100644 index 00000000..45166c7e --- /dev/null +++ b/tests/Unit/ConfigTest.php @@ -0,0 +1,18 @@ +assertInstanceOf(Config::class, new Config()); + } +}