Ojs\AdminBundle\Tests\Controller\AdminMailTemplateControllerTest::testShow PHP Метод

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

public testShow ( )
    public function testShow()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/admin/mail-template/1/show');
        $this->assertStatusCode(200, $client);
    }
AdminMailTemplateControllerTest