Ojs\AdminBundle\Tests\Controller\AdminPublisherTypeControllerTest::testEdit PHP Méthode

testEdit() public méthode

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