[2026-06-13 15:19:50] testing.ERROR: SQLSTATE[HY000]: General error: 1 no such table: matches (Connection: sqlite, Database: :memory:, SQL: select "matches".*, (select min("ticket_inventories"."selling_price") from "ticket_inventories" where "matches"."id" = "ticket_inventories"."match_id" and "verification_status" = verified and "availability_status" in (available, low_stock) and "quantity_available" > 0 and ("transfer_deadline" is null or "transfer_deadline" > 2026-06-13 15:19:49) and exists (select * from "matches" where "ticket_inventories"."match_id" = "matches"."id" and "sales_enabled" = 1 and "status" not in (completed, cancelled, suspended) and ("sales_close_at" is null or "sales_close_at" > 2026-06-13 15:19:49))) as "starting_price" from "matches" where exists (select * from "ticket_inventories" where "matches"."id" = "ticket_inventories"."match_id" and "verification_status" = verified and "availability_status" in (available, low_stock) and "quantity_available" > 0 and ("transfer_deadline" is null or "transfer_deadline" > 2026-06-13 15:19:49) and exists (select * from "matches" where "ticket_inventories"."match_id" = "matches"."id" and "sales_enabled" = 1 and "status" not in (completed, cancelled, suspended) and ("sales_close_at" is null or "sales_close_at" > 2026-06-13 15:19:49))) and "featured" = 1 order by "kickoff_at_utc" asc limit 4) {"exception":"[object] (Illuminate\\Database\\QueryException(code: HY000): SQLSTATE[HY000]: General error: 1 no such table: matches (Connection: sqlite, Database: :memory:, SQL: select \"matches\".*, (select min(\"ticket_inventories\".\"selling_price\") from \"ticket_inventories\" where \"matches\".\"id\" = \"ticket_inventories\".\"match_id\" and \"verification_status\" = verified and \"availability_status\" in (available, low_stock) and \"quantity_available\" > 0 and (\"transfer_deadline\" is null or \"transfer_deadline\" > 2026-06-13 15:19:49) and exists (select * from \"matches\" where \"ticket_inventories\".\"match_id\" = \"matches\".\"id\" and \"sales_enabled\" = 1 and \"status\" not in (completed, cancelled, suspended) and (\"sales_close_at\" is null or \"sales_close_at\" > 2026-06-13 15:19:49))) as \"starting_price\" from \"matches\" where exists (select * from \"ticket_inventories\" where \"matches\".\"id\" = \"ticket_inventories\".\"match_id\" and \"verification_status\" = verified and \"availability_status\" in (available, low_stock) and \"quantity_available\" > 0 and (\"transfer_deadline\" is null or \"transfer_deadline\" > 2026-06-13 15:19:49) and exists (select * from \"matches\" where \"ticket_inventories\".\"match_id\" = \"matches\".\"id\" and \"sales_enabled\" = 1 and \"status\" not in (completed, cancelled, suspended) and (\"sales_close_at\" is null or \"sales_close_at\" > 2026-06-13 15:19:49))) and \"featured\" = 1 order by \"kickoff_at_utc\" asc limit 4) at C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback('select \"matches...', Array, Object(Closure))
#1 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run('select \"matches...', Array, Object(Closure))
#2 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3573): Illuminate/Database/Connection->select('select \"matches...', Array, true, Array)
#3 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3557): Illuminate/Database/Query/Builder->runSelect()
#4 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate/Database/Query/Builder->get(Array)
#5 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate/Database/Eloquent/Builder->getModels(Array)
#6 C:/xampp/htdocs/cheapmatchtickets/app/Http/Controllers/HomeController.php(18): Illuminate/Database/Eloquent/Builder->get()
#7 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/HomeController->__invoke()
#8 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Route.php(275): Illuminate/Routing/ControllerDispatcher->dispatch(Object(Illuminate/Routing/Route), Object(App/Http/Controllers/HomeController), '__invoke')
#9 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#10 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#11 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}(Object(Illuminate/Http/Request))
#12 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#13 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle(Object(Illuminate/Http/Request), Object(Closure))
#14 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#15 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle(Object(Illuminate/Http/Request), Object(Closure))
#16 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#17 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#18 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#19 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest(Object(Illuminate/Http/Request), Object(Illuminate/Session/Store), Object(Closure))
#20 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#21 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#22 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle(Object(Illuminate/Http/Request), Object(Closure))
#23 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#24 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle(Object(Illuminate/Http/Request), Object(Closure))
#25 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#26 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#27 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack(Object(Illuminate/Routing/Route), Object(Illuminate/Http/Request))
#28 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute(Object(Illuminate/Http/Request), Object(Illuminate/Routing/Route))
#29 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute(Object(Illuminate/Http/Request))
#30 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch(Object(Illuminate/Http/Request))
#31 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}(Object(Illuminate/Http/Request))
#32 C:/xampp/htdocs/cheapmatchtickets/app/Http/Middleware/ContentSecurityPolicy.php(13): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#33 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): App/Http/Middleware/ContentSecurityPolicy->handle(Object(Illuminate/Http/Request), Object(Closure))
#34 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#35 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#36 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle(Object(Illuminate/Http/Request), Object(Closure))
#37 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#38 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#39 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle(Object(Illuminate/Http/Request), Object(Closure))
#40 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#41 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle(Object(Illuminate/Http/Request), Object(Closure))
#42 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#43 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle(Object(Illuminate/Http/Request), Object(Closure))
#44 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#45 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle(Object(Illuminate/Http/Request), Object(Closure))
#46 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#47 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle(Object(Illuminate/Http/Request), Object(Closure))
#48 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#49 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle(Object(Illuminate/Http/Request), Object(Closure))
#50 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#51 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle(Object(Illuminate/Http/Request), Object(Closure))
#52 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#53 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#54 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter(Object(Illuminate/Http/Request))
#55 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle(Object(Illuminate/Http/Request))
#56 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call('GET', '/', Array, Array, Array, Array)
#57 C:/xampp/htdocs/cheapmatchtickets/tests/Feature/ExampleTest.php(15): Illuminate/Foundation/Testing/TestCase->get('/')
#58 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1318): Tests/Feature/ExampleTest->test_the_application_returns_a_successful_response()
#59 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1355): PHPUnit/Framework/TestCase->invokeTestMethod('test_the_applic...', Array)
#60 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(521): PHPUnit/Framework/TestCase->runTest()
#61 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#62 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(361): PHPUnit/Framework/TestRunner->run(Object(Tests/Feature/ExampleTest))
#63 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#64 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#65 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#66 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#67 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run(Object(PHPUnit/TextUI/Configuration/Configuration), Object(PHPUnit/Runner/ResultCache/DefaultResultCache), Object(PHPUnit/Framework/TestSuite))
#68 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run(Array)
#69 {main}

[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 1 no such table: matches at C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php:421)
[stacktrace]
#0 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): PDO->prepare('select \"matches...')
#1 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}('select \"matches...', Array)
#2 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback('select \"matches...', Array, Object(Closure))
#3 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run('select \"matches...', Array, Object(Closure))
#4 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3573): Illuminate/Database/Connection->select('select \"matches...', Array, true, Array)
#5 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3557): Illuminate/Database/Query/Builder->runSelect()
#6 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(908): Illuminate/Database/Query/Builder->get(Array)
#7 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(890): Illuminate/Database/Eloquent/Builder->getModels(Array)
#8 C:/xampp/htdocs/cheapmatchtickets/app/Http/Controllers/HomeController.php(18): Illuminate/Database/Eloquent/Builder->get()
#9 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/HomeController->__invoke()
#10 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Route.php(275): Illuminate/Routing/ControllerDispatcher->dispatch(Object(Illuminate/Routing/Route), Object(App/Http/Controllers/HomeController), '__invoke')
#11 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#12 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#13 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}(Object(Illuminate/Http/Request))
#14 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#15 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle(Object(Illuminate/Http/Request), Object(Closure))
#16 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#17 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle(Object(Illuminate/Http/Request), Object(Closure))
#18 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#19 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#20 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#21 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest(Object(Illuminate/Http/Request), Object(Illuminate/Session/Store), Object(Closure))
#22 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#23 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#24 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle(Object(Illuminate/Http/Request), Object(Closure))
#25 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#26 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle(Object(Illuminate/Http/Request), Object(Closure))
#27 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#28 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#29 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack(Object(Illuminate/Routing/Route), Object(Illuminate/Http/Request))
#30 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute(Object(Illuminate/Http/Request), Object(Illuminate/Routing/Route))
#31 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute(Object(Illuminate/Http/Request))
#32 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch(Object(Illuminate/Http/Request))
#33 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}(Object(Illuminate/Http/Request))
#34 C:/xampp/htdocs/cheapmatchtickets/app/Http/Middleware/ContentSecurityPolicy.php(13): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#35 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): App/Http/Middleware/ContentSecurityPolicy->handle(Object(Illuminate/Http/Request), Object(Closure))
#36 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#37 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#38 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle(Object(Illuminate/Http/Request), Object(Closure))
#39 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#40 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#41 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle(Object(Illuminate/Http/Request), Object(Closure))
#42 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#43 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle(Object(Illuminate/Http/Request), Object(Closure))
#44 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#45 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle(Object(Illuminate/Http/Request), Object(Closure))
#46 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#47 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle(Object(Illuminate/Http/Request), Object(Closure))
#48 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#49 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle(Object(Illuminate/Http/Request), Object(Closure))
#50 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#51 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle(Object(Illuminate/Http/Request), Object(Closure))
#52 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#53 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle(Object(Illuminate/Http/Request), Object(Closure))
#54 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#55 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#56 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter(Object(Illuminate/Http/Request))
#57 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle(Object(Illuminate/Http/Request))
#58 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call('GET', '/', Array, Array, Array, Array)
#59 C:/xampp/htdocs/cheapmatchtickets/tests/Feature/ExampleTest.php(15): Illuminate/Foundation/Testing/TestCase->get('/')
#60 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1318): Tests/Feature/ExampleTest->test_the_application_returns_a_successful_response()
#61 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1355): PHPUnit/Framework/TestCase->invokeTestMethod('test_the_applic...', Array)
#62 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(521): PHPUnit/Framework/TestCase->runTest()
#63 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#64 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(361): PHPUnit/Framework/TestRunner->run(Object(Tests/Feature/ExampleTest))
#65 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#66 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#67 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#68 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#69 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run(Object(PHPUnit/TextUI/Configuration/Configuration), Object(PHPUnit/Runner/ResultCache/DefaultResultCache), Object(PHPUnit/Framework/TestSuite))
#70 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run(Array)
#71 {main}
"} 
[2026-06-13 15:21:49] testing.ERROR: Vite manifest not found at: C:\xampp\htdocs\cheapmatchtickets\public\build/manifest.json (View: C:\xampp\htdocs\cheapmatchtickets\resources\views\components\layouts\app.blade.php) (View: C:\xampp\htdocs\cheapmatchtickets\resources\views\components\layouts\app.blade.php) {"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Vite manifest not found at: C:\\xampp\\htdocs\\cheapmatchtickets\\public\\build/manifest.json (View: C:\\xampp\\htdocs\\cheapmatchtickets\\resources\\views\\components\\layouts\\app.blade.php) (View: C:\\xampp\\htdocs\\cheapmatchtickets\\resources\\views\\components\\layouts\\app.blade.php) at C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php:960)
[stacktrace]
#0 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Illuminate/View/Engines/CompilerEngine->handleViewException(Object(Illuminate/View/ViewException), 1)
#1 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Illuminate/View/Engines/PhpEngine->evaluatePath('C://xampp//htdocs...', Array)
#2 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(208): Illuminate/View/Engines/CompilerEngine->get('C://xampp//htdocs...', Array)
#3 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#4 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#5 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Response.php(82): Illuminate/View/View->render()
#6 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Response.php(40): Illuminate/Http/Response->setContent(Object(Illuminate/View/View))
#7 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(939): Illuminate/Http/Response->__construct(Object(Illuminate/View/View), 200, Array)
#8 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(906): Illuminate/Routing/Router::toResponse(Object(Illuminate/Http/Request), Object(Illuminate/View/View))
#9 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Routing/Router->prepareResponse(Object(Illuminate/Http/Request), Object(Illuminate/View/View))
#10 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}(Object(Illuminate/Http/Request))
#11 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#12 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle(Object(Illuminate/Http/Request), Object(Closure))
#13 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#14 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle(Object(Illuminate/Http/Request), Object(Closure))
#15 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#16 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#17 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#18 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest(Object(Illuminate/Http/Request), Object(Illuminate/Session/Store), Object(Closure))
#19 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#20 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#21 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle(Object(Illuminate/Http/Request), Object(Closure))
#22 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#23 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle(Object(Illuminate/Http/Request), Object(Closure))
#24 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#25 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#26 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack(Object(Illuminate/Routing/Route), Object(Illuminate/Http/Request))
#27 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute(Object(Illuminate/Http/Request), Object(Illuminate/Routing/Route))
#28 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute(Object(Illuminate/Http/Request))
#29 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch(Object(Illuminate/Http/Request))
#30 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}(Object(Illuminate/Http/Request))
#31 C:/xampp/htdocs/cheapmatchtickets/app/Http/Middleware/ContentSecurityPolicy.php(13): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#32 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): App/Http/Middleware/ContentSecurityPolicy->handle(Object(Illuminate/Http/Request), Object(Closure))
#33 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#34 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#35 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle(Object(Illuminate/Http/Request), Object(Closure))
#36 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#37 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#38 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle(Object(Illuminate/Http/Request), Object(Closure))
#39 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#40 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle(Object(Illuminate/Http/Request), Object(Closure))
#41 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#42 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle(Object(Illuminate/Http/Request), Object(Closure))
#43 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#44 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle(Object(Illuminate/Http/Request), Object(Closure))
#45 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#46 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle(Object(Illuminate/Http/Request), Object(Closure))
#47 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#48 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle(Object(Illuminate/Http/Request), Object(Closure))
#49 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#50 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle(Object(Illuminate/Http/Request), Object(Closure))
#51 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#52 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#53 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter(Object(Illuminate/Http/Request))
#54 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle(Object(Illuminate/Http/Request))
#55 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call('GET', '/', Array, Array, Array, Array)
#56 C:/xampp/htdocs/cheapmatchtickets/tests/Feature/ExampleTest.php(17): Illuminate/Foundation/Testing/TestCase->get('/')
#57 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1318): Tests/Feature/ExampleTest->test_the_application_returns_a_successful_response()
#58 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1355): PHPUnit/Framework/TestCase->invokeTestMethod('test_the_applic...', Array)
#59 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(521): PHPUnit/Framework/TestCase->runTest()
#60 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#61 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(361): PHPUnit/Framework/TestRunner->run(Object(Tests/Feature/ExampleTest))
#62 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#63 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#64 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#65 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#66 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run(Object(PHPUnit/TextUI/Configuration/Configuration), Object(PHPUnit/Runner/ResultCache/DefaultResultCache), Object(PHPUnit/Framework/TestSuite))
#67 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run(Array)
#68 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Vite manifest not found at: C:\\xampp\\htdocs\\cheapmatchtickets\\public\\build/manifest.json (View: C:\\xampp\\htdocs\\cheapmatchtickets\\resources\\views\\components\\layouts\\app.blade.php) at C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php:960)
[stacktrace]
#0 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Illuminate/View/Engines/CompilerEngine->handleViewException(Object(Illuminate/Foundation/ViteManifestNotFoundException), 2)
#1 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Illuminate/View/Engines/PhpEngine->evaluatePath('C://xampp//htdocs...', Array)
#2 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(208): Illuminate/View/Engines/CompilerEngine->get('C://xampp//htdocs...', Array)
#3 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#4 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#5 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#6 C:/xampp/htdocs/cheapmatchtickets/storage/framework/views/d812f8aa345d4ee5cf04cb998c7f117b.php(66): Illuminate/View/Factory->renderComponent()
#7 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('C://xampp//htdocs...')
#8 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#9 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire('C://xampp//htdocs...', Array)
#10 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Illuminate/View/Engines/PhpEngine->evaluatePath('C://xampp//htdocs...', Array)
#11 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(208): Illuminate/View/Engines/CompilerEngine->get('C://xampp//htdocs...', Array)
#12 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#13 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#14 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Response.php(82): Illuminate/View/View->render()
#15 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Response.php(40): Illuminate/Http/Response->setContent(Object(Illuminate/View/View))
#16 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(939): Illuminate/Http/Response->__construct(Object(Illuminate/View/View), 200, Array)
#17 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(906): Illuminate/Routing/Router::toResponse(Object(Illuminate/Http/Request), Object(Illuminate/View/View))
#18 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Routing/Router->prepareResponse(Object(Illuminate/Http/Request), Object(Illuminate/View/View))
#19 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}(Object(Illuminate/Http/Request))
#20 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#21 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle(Object(Illuminate/Http/Request), Object(Closure))
#22 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#23 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle(Object(Illuminate/Http/Request), Object(Closure))
#24 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#25 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#26 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#27 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest(Object(Illuminate/Http/Request), Object(Illuminate/Session/Store), Object(Closure))
#28 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#29 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#30 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle(Object(Illuminate/Http/Request), Object(Closure))
#31 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#32 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle(Object(Illuminate/Http/Request), Object(Closure))
#33 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#34 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#35 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack(Object(Illuminate/Routing/Route), Object(Illuminate/Http/Request))
#36 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute(Object(Illuminate/Http/Request), Object(Illuminate/Routing/Route))
#37 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute(Object(Illuminate/Http/Request))
#38 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch(Object(Illuminate/Http/Request))
#39 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}(Object(Illuminate/Http/Request))
#40 C:/xampp/htdocs/cheapmatchtickets/app/Http/Middleware/ContentSecurityPolicy.php(13): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#41 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): App/Http/Middleware/ContentSecurityPolicy->handle(Object(Illuminate/Http/Request), Object(Closure))
#42 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#43 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#44 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle(Object(Illuminate/Http/Request), Object(Closure))
#45 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#46 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#47 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle(Object(Illuminate/Http/Request), Object(Closure))
#48 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#49 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle(Object(Illuminate/Http/Request), Object(Closure))
#50 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#51 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle(Object(Illuminate/Http/Request), Object(Closure))
#52 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#53 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle(Object(Illuminate/Http/Request), Object(Closure))
#54 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#55 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle(Object(Illuminate/Http/Request), Object(Closure))
#56 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#57 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle(Object(Illuminate/Http/Request), Object(Closure))
#58 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#59 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle(Object(Illuminate/Http/Request), Object(Closure))
#60 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#61 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#62 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter(Object(Illuminate/Http/Request))
#63 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle(Object(Illuminate/Http/Request))
#64 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call('GET', '/', Array, Array, Array, Array)
#65 C:/xampp/htdocs/cheapmatchtickets/tests/Feature/ExampleTest.php(17): Illuminate/Foundation/Testing/TestCase->get('/')
#66 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1318): Tests/Feature/ExampleTest->test_the_application_returns_a_successful_response()
#67 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1355): PHPUnit/Framework/TestCase->invokeTestMethod('test_the_applic...', Array)
#68 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(521): PHPUnit/Framework/TestCase->runTest()
#69 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#70 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(361): PHPUnit/Framework/TestRunner->run(Object(Tests/Feature/ExampleTest))
#71 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#72 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#73 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#74 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#75 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run(Object(PHPUnit/TextUI/Configuration/Configuration), Object(PHPUnit/Runner/ResultCache/DefaultResultCache), Object(PHPUnit/Framework/TestSuite))
#76 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run(Array)
#77 {main}

[previous exception] [object] (Illuminate\\Foundation\\ViteManifestNotFoundException(code: 0): Vite manifest not found at: C:\\xampp\\htdocs\\cheapmatchtickets\\public\\build/manifest.json at C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php:960)
[stacktrace]
#0 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php(398): Illuminate/Foundation/Vite->manifest('build')
#1 C:/xampp/htdocs/cheapmatchtickets/storage/framework/views/9405c82f1f20e9305734e0ad03bbe5c6.php(43): Illuminate/Foundation/Vite->__invoke(Object(Illuminate/Support/Collection))
#2 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('C://xampp//htdocs...')
#3 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#4 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire('C://xampp//htdocs...', Array)
#5 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Illuminate/View/Engines/PhpEngine->evaluatePath('C://xampp//htdocs...', Array)
#6 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(208): Illuminate/View/Engines/CompilerEngine->get('C://xampp//htdocs...', Array)
#7 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#10 C:/xampp/htdocs/cheapmatchtickets/storage/framework/views/d812f8aa345d4ee5cf04cb998c7f117b.php(66): Illuminate/View/Factory->renderComponent()
#11 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('C://xampp//htdocs...')
#12 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#13 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire('C://xampp//htdocs...', Array)
#14 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Illuminate/View/Engines/PhpEngine->evaluatePath('C://xampp//htdocs...', Array)
#15 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(208): Illuminate/View/Engines/CompilerEngine->get('C://xampp//htdocs...', Array)
#16 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#17 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#18 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Response.php(82): Illuminate/View/View->render()
#19 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Response.php(40): Illuminate/Http/Response->setContent(Object(Illuminate/View/View))
#20 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(939): Illuminate/Http/Response->__construct(Object(Illuminate/View/View), 200, Array)
#21 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(906): Illuminate/Routing/Router::toResponse(Object(Illuminate/Http/Request), Object(Illuminate/View/View))
#22 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Routing/Router->prepareResponse(Object(Illuminate/Http/Request), Object(Illuminate/View/View))
#23 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}(Object(Illuminate/Http/Request))
#24 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#25 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle(Object(Illuminate/Http/Request), Object(Closure))
#26 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#27 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle(Object(Illuminate/Http/Request), Object(Closure))
#28 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#29 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#30 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#31 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest(Object(Illuminate/Http/Request), Object(Illuminate/Session/Store), Object(Closure))
#32 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle(Object(Illuminate/Http/Request), Object(Closure))
#33 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#34 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle(Object(Illuminate/Http/Request), Object(Closure))
#35 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#36 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle(Object(Illuminate/Http/Request), Object(Closure))
#37 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#38 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#39 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack(Object(Illuminate/Routing/Route), Object(Illuminate/Http/Request))
#40 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute(Object(Illuminate/Http/Request), Object(Illuminate/Routing/Route))
#41 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute(Object(Illuminate/Http/Request))
#42 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch(Object(Illuminate/Http/Request))
#43 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}(Object(Illuminate/Http/Request))
#44 C:/xampp/htdocs/cheapmatchtickets/app/Http/Middleware/ContentSecurityPolicy.php(13): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}(Object(Illuminate/Http/Request))
#45 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): App/Http/Middleware/ContentSecurityPolicy->handle(Object(Illuminate/Http/Request), Object(Closure))
#46 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#47 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#48 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle(Object(Illuminate/Http/Request), Object(Closure))
#49 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#50 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle(Object(Illuminate/Http/Request), Object(Closure))
#51 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle(Object(Illuminate/Http/Request), Object(Closure))
#52 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#53 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle(Object(Illuminate/Http/Request), Object(Closure))
#54 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#55 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle(Object(Illuminate/Http/Request), Object(Closure))
#56 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#57 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle(Object(Illuminate/Http/Request), Object(Closure))
#58 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#59 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle(Object(Illuminate/Http/Request), Object(Closure))
#60 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#61 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle(Object(Illuminate/Http/Request), Object(Closure))
#62 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#63 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle(Object(Illuminate/Http/Request), Object(Closure))
#64 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}(Object(Illuminate/Http/Request))
#65 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then(Object(Closure))
#66 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter(Object(Illuminate/Http/Request))
#67 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle(Object(Illuminate/Http/Request))
#68 C:/xampp/htdocs/cheapmatchtickets/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call('GET', '/', Array, Array, Array, Array)
#69 C:/xampp/htdocs/cheapmatchtickets/tests/Feature/ExampleTest.php(17): Illuminate/Foundation/Testing/TestCase->get('/')
#70 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1318): Tests/Feature/ExampleTest->test_the_application_returns_a_successful_response()
#71 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(1355): PHPUnit/Framework/TestCase->invokeTestMethod('test_the_applic...', Array)
#72 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(521): PHPUnit/Framework/TestCase->runTest()
#73 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#74 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestCase.php(361): PHPUnit/Framework/TestRunner->run(Object(Tests/Feature/ExampleTest))
#75 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#76 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#77 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#78 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#79 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run(Object(PHPUnit/TextUI/Configuration/Configuration), Object(PHPUnit/Runner/ResultCache/DefaultResultCache), Object(PHPUnit/Framework/TestSuite))
#80 C:/xampp/htdocs/cheapmatchtickets/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run(Array)
#81 {main}
"} 
