laravel/framework

View on GitHub
src/Illuminate/Foundation/Testing/Concerns/InteractsWithContainer.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method withoutVite has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function withoutVite()
    {
        if ($this->originalVite == null) {
            $this->originalVite = app(Vite::class);
        }
Severity: Major
Found in src/Illuminate/Foundation/Testing/Concerns/InteractsWithContainer.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status