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