in src/main/kotlin/com/pestphp/pest/types/InnerTestTypeProvider.kt [19:25]
override fun getType(psiElement: PsiElement): PhpType? {
if (DumbService.isDumb(psiElement.project)) return null
if (!psiElement.isTestAsThisVariableInPest { it.isAnyPestFunction() }) return null
return getPestType(psiElement)
}