AuthTest::testLoginPage PHP 메소드

testLoginPage() 공개 메소드

public testLoginPage ( )
    public function testLoginPage()
    {
        $this->visit('admin/auth/login')->see('login');
    }