-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
You currently ignore all files / classes in the Test folder:
Yireo_ExtensionChecker/Scan/FileCollector.php
Lines 45 to 47 in 07890ad
| 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
Labels
No labels