Ojs\ApiBundle\Tests\Controller\PublisherTypeRestControllerTest::testNewPublisherTypeAction PHP Метод

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

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