Ojs\JournalBundle\Tests\Controller\ManagerControllerTest::testUserIndex PHP Method

testUserIndex() public method

public testUserIndex ( )
    public function testUserIndex()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/user');
        $this->assertStatusCode(200, $client);
    }