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

testDashboard() 공개 메소드

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