Ojs\JournalBundle\Tests\Controller\ArticleFileControllerTest::testShow PHP Метод

testShow() публичный Метод

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