mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Allows other folders to be queuable
This commit is contained in:
@ -282,7 +282,7 @@ final class OppositeExpectation
|
||||
|
||||
return true;
|
||||
},
|
||||
"to use traits '" . implode("', '", $traits) . "'",
|
||||
"not to use traits '" . implode("', '", $traits) . "'",
|
||||
FileLineFinder::where(fn(string $line): bool => str_contains($line, 'class')),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user