feat: activity page
This commit is contained in:
parent
f418b36167
commit
19395b4869
@@ -75,12 +75,4 @@ class DeleteMangaTest extends AbstractApiTestCase
|
||||
$this->assertResponseStatusCodeSame(404);
|
||||
}
|
||||
|
||||
public function test_it_returns_404_for_missing_id(): void
|
||||
{
|
||||
// When
|
||||
static::createClient()->request('DELETE', '/api/mangas/');
|
||||
|
||||
// Then
|
||||
$this->assertResponseStatusCodeSame(404);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user