Skip to content

Commit b6afcb0

Browse files
committed
Only set --type when running from attribute, not from function/method
https://claude.ai/code/session_01TmFvjfMtoxTvddQRBzsbPN
1 parent 5e46dfd commit b6afcb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/kotlin/com/github/xepozz/testo/tests/run/TestoRunConfigurationProducer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ class TestoRunConfigurationProducer : PhpTestConfigurationProducer<TestoRunConfi
120120
}
121121
}
122122
val result = super.setupConfiguration(testRunnerSettings, element, virtualFile)
123-
testRunnerSettings.testoType = resolveTestoType(element)
124123
return result
125124
}
126125

0 commit comments

Comments
 (0)