Ojs\ApiBundle\Tests\Controller\DefaultControllerTest::testIndex PHP 메소드

testIndex() 공개 메소드

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