Ojs\AdminBundle\Tests\Controller\AdminInstitutionControllerTest::testShow PHP Method

testShow() public method

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