Skip to content

Do Not Ignore Test Folder #4

@sprankhub

Description

@sprankhub

You currently ignore all files / classes in the Test folder:

if (strstr($file->getPath(), '/Test/')) {
continue;
}

Why? Wouldn't it be best practice to add dependencies from there to the require-dev section (if they are not already in the require section)?

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