mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
style: removes unused variable
This commit is contained in:
@ -144,7 +144,6 @@ final class TestCaseFactory
|
||||
|
||||
if ('' === trim($className)) {
|
||||
$className = 'InvalidTestName'.Str::random();
|
||||
$classFQN .= $className;
|
||||
}
|
||||
|
||||
$classAvailableAttributes = array_filter(self::ATTRIBUTES, fn (string $attribute): bool => $attribute::$above);
|
||||
|
||||
Reference in New Issue
Block a user