Ojs\JournalBundle\Tests\Controller\ArticleFileControllerTest::testIndex PHP 메소드

testIndex() 공개 메소드

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