Ojs\ApiBundle\Tests\Controller\DefaultControllerTest::testIndex PHP Méthode

testIndex() public méthode

public testIndex ( )
    public function testIndex()
    {
        $client = $this->client;
        $client->request('GET', '/api/public/v1/index');
        $this->assertStatusCode(200, $client);
    }
DefaultControllerTest