This pull request moves example tests we don't need, and renames the tests/Unit dir as tests/Http.
How should this be reviewed?
👀
Any background context you want to provide?
Tried to add browser-kit-testing to start testing web routes at /rock-the-vote/imports, but getting this error, to save for another PR:
Problem 1
- Installation request for laravel/browser-kit-testing ^6.0 -> satisfiable by laravel/browser-kit-testing[v6.0.0].
- laravel/browser-kit-testing v6.0.0 requires mockery/mockery ^1.0 -> satisfiable by mockery/mockery[1.0, 1.0.0-alpha1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.3.0, 1.3.1, 1.3.x-dev] but these conflict with your requirements or minimum-stability.
What's this PR do?
This pull request moves example tests we don't need, and renames the
tests/Unit
dir astests/Http
.How should this be reviewed?
👀
Any background context you want to provide?
Tried to add
browser-kit-testing
to start testing web routes at/rock-the-vote/imports
, but getting this error, to save for another PR:Relevant tickets
References Pivotal #171656723.
Checklist