From 9cdf46ae1ceff8dce9dd5b1c8587f2d948a88e2c Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Mon, 21 Apr 2025 15:04:28 -0700 Subject: Initial commit --- tests/Unit/ExampleTest.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/Unit/ExampleTest.php (limited to 'tests/Unit') diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php new file mode 100644 index 0000000..5773b0c --- /dev/null +++ b/tests/Unit/ExampleTest.php @@ -0,0 +1,16 @@ +assertTrue(true); + } +} -- cgit v1.2.3