Ojs\ApiBundle\Tests\Controller\LangRestControllerTest::testGetLangsAction PHP Метод

testGetLangsAction() публичный Метод

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