From 2cd1589d6ae7095770e8c5dda10b138861d70501 Mon Sep 17 00:00:00 2001 From: horus Date: Sun, 23 Feb 2020 23:11:03 +0100 Subject: Initial commit. Calendar is working. --- tests/Feature/ExampleTest.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/Feature/ExampleTest.php (limited to 'tests/Feature/ExampleTest.php') diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php new file mode 100644 index 0000000..cdb5111 --- /dev/null +++ b/tests/Feature/ExampleTest.php @@ -0,0 +1,21 @@ +get('/'); + + $response->assertStatus(200); + } +} -- cgit v1.2.3