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

Fix tests for Laravel 9 #421

Merged
merged 4 commits into from
Feb 10, 2022
Merged

Conversation

mbardelmeijer
Copy link
Contributor

No description provided.

@mbardelmeijer mbardelmeijer mentioned this pull request Feb 9, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #421 (34fecc8) into feat-laravel9 (bb00031) will decrease coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             feat-laravel9     #421      +/-   ##
===================================================
- Coverage            68.48%   68.36%   -0.13%     
- Complexity             241      242       +1     
===================================================
  Files                   34       34              
  Lines                  787      787              
===================================================
- Hits                   539      538       -1     
- Misses                 248      249       +1     
Impacted Files Coverage Δ
src/Command/Lint.php 37.50% <100.00%> (-0.79%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb00031...34fecc8. Read the comment docs.

@@ -32,8 +32,7 @@ public function tearDown(): void
*/
protected function getApplication(array $customConfig = [])
{
$app = new Application;
$app->instance('path', __DIR__);
$app = new Application(__DIR__);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barryvdh barryvdh merged commit 2749fd3 into rcrowe:feat-laravel9 Feb 10, 2022
barryvdh added a commit that referenced this pull request Feb 10, 2022
* Fix tests for Laravel 9 (#421)

* Set base path to Laravel application correctly

Co-authored-by: Michel Bardelmeijer <[email protected]>
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