@psalm-return list<ReflectionMethod>
public static function methodsInTestClass(ReflectionClass $class) : array { return self::filterAndSortMethods($class, null, false); }