Ojs\AdminBundle\Tests\Controller\AdminPublisherApplicationControllerTest::testSave PHP Method

testSave() public method

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