Backend\Modules\Authentication\Tests\Action\IndexTest::tearDown PHP Method

tearDown() protected method

In practice this situation will almost never occur: Login with one user, log out and subsequently log in with another user without a page reload to reinitialize the application. If the clients could be insulated from eachother, this would not be an issue.
protected tearDown ( )
    protected function tearDown()
    {
        Authentication::tearDown();
    }