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

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

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