seregazhuk\tests\Bot\ProviderWrapperTest::it_should_fail_when_login_is_required PHP Method

it_should_fail_when_login_is_required() public method

For not logged in request.
    public function it_should_fail_when_login_is_required()
    {
        $wrapper = $this->createWrapper();
        $wrapper->testFail();
    }