We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11031a5 commit ee46f5cCopy full SHA for ee46f5c
1 file changed
tests/symfony-command-task-integration-test.xml
@@ -19,9 +19,9 @@
19
<property name="testCallCommandWithCustomExecutable.default.app" value="${project.basedir}/console"/>
20
<property name="symfony-command.default.app" value="${testCallCommandWithCustomExecutable.default.app}"/>
21
22
- <property name="testCallCommandWithCustomApp.test.executable" value="php"/>
+ <property name="testCallCommandWithCustomExecutable.test.executable" value="php"/>
23
24
- <symfony-cmd executable="${testCallCommandWithCustomApp.test.executable}" cmd="hello:world"/>
+ <symfony-cmd executable="${testCallCommandWithCustomExecutable.test.executable}" cmd="hello:world"/>
25
</target>
26
27
<target name="testCallCommandWithCustomApp">
0 commit comments