automation

This commit is contained in:
2022-04-08 01:20:03 +05:30
parent 5f1083731c
commit 9afac36a7a
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
{"version":1,"defects":[],"times":{"Tests\\Unit\\ExampleTest::test_example":0.002,"Tests\\Feature\\ExampleTest::test_example":0.15}}
+4
View File
@@ -18,3 +18,7 @@ Route::get('/', function () {
});
Route::resource('games', 'GameController');
Route::get('/hello', function () {
return 'create';
});