Skip to content

Commit a2b06bf

Browse files
committed
fix: incorrect flag used
1 parent 0922582 commit a2b06bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TestoRunConfigurationHandler : PhpTestRunConfigurationHandler {
1010
val INSTANCE = TestoRunConfigurationHandler()
1111
}
1212

13-
override fun getConfigFileOption() = "--configuration"
13+
override fun getConfigFileOption() = "--config"
1414

1515
override fun prepareCommand(project: Project, commandSettings: PhpCommandSettings, exe: String, version: String?) {
1616
commandSettings.apply {

0 commit comments

Comments
 (0)