Skip to content

[5.4] Fix visibility of testing helper#20086

Merged
taylorotwell merged 1 commit into
laravel:5.4from
miclf:patch-1
Jul 15, 2017
Merged

[5.4] Fix visibility of testing helper#20086
taylorotwell merged 1 commit into
laravel:5.4from
miclf:patch-1

Conversation

@miclf
Copy link
Copy Markdown
Contributor

@miclf miclf commented Jul 15, 2017

The withServerVariables() method (in the MakesHttpRequests testing concern), which is protected, isn’t used anywhere in the codebase. This seems to indicate it is supposed to be public and called by external code, similarly to the withoutMiddleware() method of the same trait.

This `protected` method isn’t used anywhere in the codebase, which seems to indicate it is supposed to be public and called by external code, similarly to the `withoutMiddleware()` method.
@miclf miclf changed the title Fix visibility of testing helper [5.4] Fix visibility of testing helper Jul 15, 2017
@taylorotwell taylorotwell merged commit c80508e into laravel:5.4 Jul 15, 2017
@miclf miclf deleted the patch-1 branch July 15, 2017 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants