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

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

public testShow ( )
    public function testShow()
    {
        $this->logIn();
        $client = $this->client;
        $entity = $this->sampleObjectLoader->fetchMailTemplate();
        $client->request('GET', '/journal/1/mail-template/' . $entity->getId() . '/show');
        $this->assertStatusCode(200, $client);
    }
MailTemplateControllerTest