Ojs\JournalBundle\Tests\Controller\DesignControllerTest::testEdit PHP 메소드

testEdit() 공개 메소드

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