AuthTest::testLogout PHP Méthode

testLogout() public méthode

public testLogout ( )
    public function testLogout()
    {
        $this->visit('admin/auth/logout')->seePageIs('admin/auth/login')->dontSeeIsAuthenticated('admin');
    }