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

testStats() public method

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