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

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

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