We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311634c commit 2e71cb4Copy full SHA for 2e71cb4
app/tests/TestCase/Controller/Api/EventsControllerTest.php
@@ -129,7 +129,6 @@ public function testGetEvents(): void
129
*/
130
public function testDeleteEvent(): void
131
{
132
- $this->disableErrorHandlerMiddleware();
133
$createData = [
134
'name' => 'Test Event',
135
'sport' => 'Running',
@@ -165,11 +164,10 @@ public function testDeleteEvent(): void
165
164
}
166
167
/**
168
- * Test updating an existing event (PUT request) via API endpoints
+ * Test updating an existing event (PUT request)
169
170
public function testUpdateEvent(): void
171
172
173
174
'name' => 'Old Event Name',
175
0 commit comments