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

testReject() public method

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