Ojs\ApiBundle\Tests\Controller\PostRestControllerTest::testGetPostsAction PHP Method

testGetPostsAction() public method

public testGetPostsAction ( )
    public function testGetPostsAction()
    {
        $client = $this->client;
        $client->request('GET', '/api/v1/posts?apikey=' . $this->apikey);
        $this->assertStatusCode(200, $client);
    }