Ojs\AdminBundle\Tests\Controller\AdminPublisherApplicationControllerTest::testSave PHP 메소드

testSave() 공개 메소드

public testSave ( )
    public function testSave()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/admin/application/publisher/2/save');
        $this->assertStatusCode(302, $client);
    }