Skip to content

Breaks tests #18

Open
Open
@stebogit

Description

@stebogit

Hey, I'm using the Api class in my routes/api.php file, but that broke my tests as if no routes were defined, e.g.

Symfony\Component\Routing\Exception\RouteNotFoundException : Route [api.weather.daily] not defined.

I tried building the Api resources before or after the Route:: definitions, but the result is the same; I have to skip the swagger stuff if the tests are running

if (!app()->environment('testing')) {
    Api::get('/some', [ApiController::class, 'some']);
    ...
}

Any clue?

Using version 1.4.0 on Laravel 9.x.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions