-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify built-in testing in prep for Dusk. (#16667)
Simplifies built-in testing and cleans up architecture in prep for Dusk integration.
- Loading branch information
1 parent
6b988a1
commit 073068c
Showing
14 changed files
with
401 additions
and
2,746 deletions.
There are no files selected for viewing
34 changes: 0 additions & 34 deletions
34
src/Illuminate/Foundation/Testing/Concerns/ImpersonatesUsers.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
073068c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taylorotwell, how we supposed to test json structures now without seeJsonStructure?
073068c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taylorotwell i would like to use old seeJsonStructure method in laravel 5.4. How can i use that?