<?php namespace App\Tests\Application\Public; use App\Tests\Application\OtWebTestCase; class PublicEventsTest extends OtWebTestCase { public function testEvents(): void { $this->get('/api/public/events'); $this->assertResponseIsSuccessful(); } }