Ojs\AdminBundle\Tests\Controller\AdminControllerTest::testDashboardCheck PHP Method

testDashboardCheck() public method

public testDashboardCheck ( )
    public function testDashboardCheck()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/dashboard');
        $this->assertStatusCode(302, $client);
    }