@psalm-param non-empty-string $name
@internal This method is not covered by the backward compatibility promise for PHPUnit
public function __construct(string $name) { $this->setName($name); $this->status = TestStatus::unknown(); }