From 2466d29fe2319c1057cca7cf1e1977451088276e Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 2 Aug 2022 11:30:56 -0400 Subject: initial commit of laravel --- tests/Feature/ExampleTest.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/Feature/ExampleTest.php (limited to 'tests/Feature') diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php new file mode 100644 index 0000000..4ae02bc --- /dev/null +++ b/tests/Feature/ExampleTest.php @@ -0,0 +1,21 @@ +get('/'); + + $response->assertStatus(200); + } +} -- cgit v1.2.3