Ojs\AdminBundle\Tests\Controller\AdminPublisherTypeControllerTest::testShow PHP 메소드

testShow() 공개 메소드

public testShow ( )
    public function testShow()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/admin/publisher-type/1/show');
        $this->assertStatusCode(200, $client);
    }
AdminPublisherTypeControllerTest