mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02: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