style: removes unused variable

This commit is contained in:
Nuno Maduro
2023-02-18 16:46:34 +00:00
parent 56a2f1b733
commit aafbd04753

View File

@ -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);