Ojs\JournalBundle\Tests\Controller\CitationControllerTest::testIndex PHP Method

testIndex() public method

public testIndex ( )
    public function testIndex()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/journal/1/article/1/citation/');
        $this->assertStatusCode(200, $client);
    }