Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Fix missing import in TestView.php #34677

Merged
merged 2 commits into from
Oct 5, 2020
Merged

[8.x] Fix missing import in TestView.php #34677

merged 2 commits into from
Oct 5, 2020

Conversation

AmandoVledder
Copy link
Contributor

The TestView class was missing the import for SeeInOrder.

This resulted in a error when trying to use $this->view()->assertSeeTextInOrder() in a test.

This PR adds the missing import

@GrahamCampbell GrahamCampbell changed the title Fix missing import in TestView.php [8.x] Fix missing import in TestView.php Oct 5, 2020
@GrahamCampbell
Copy link
Member

GrahamCampbell commented Oct 5, 2020

Is this bug only present in 8.x (and not 6.x or 7.x)?

@driesvints driesvints merged commit 67438af into laravel:8.x Oct 5, 2020
@driesvints
Copy link
Member

@AmandoVledder thanks!

@GrahamCampbell this class only exists in 8.x

@AmandoVledder AmandoVledder deleted the fix-see-in-order-import branch October 5, 2020 09:29
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.

3 participants