Ojs\AdminBundle\Tests\Controller\AdminControllerTest::testStats PHP 메소드

testStats() 공개 메소드

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