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