mirror of
https://github.com/flarum/core.git
synced 2025-08-11 02:44:04 +02:00
ApiController Extender and Tests (#2451)
This commit is contained in:
@@ -85,6 +85,8 @@ class ThrottleApiTest extends TestCase
|
||||
|
||||
$this->prepDb();
|
||||
|
||||
$this->prepDb();
|
||||
|
||||
$response = $this->send($this->request('GET', '/api/discussions', ['authenticatedAs' => 2]));
|
||||
|
||||
$this->assertEquals(200, $response->getStatusCode());
|
||||
|
Reference in New Issue
Block a user