Skip to content

Commit ee46f5c

Browse files
committed
fix property name to match target name
1 parent 11031a5 commit ee46f5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/symfony-command-task-integration-test.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<property name="testCallCommandWithCustomExecutable.default.app" value="${project.basedir}/console"/>
2020
<property name="symfony-command.default.app" value="${testCallCommandWithCustomExecutable.default.app}"/>
2121

22-
<property name="testCallCommandWithCustomApp.test.executable" value="php"/>
22+
<property name="testCallCommandWithCustomExecutable.test.executable" value="php"/>
2323

24-
<symfony-cmd executable="${testCallCommandWithCustomApp.test.executable}" cmd="hello:world"/>
24+
<symfony-cmd executable="${testCallCommandWithCustomExecutable.test.executable}" cmd="hello:world"/>
2525
</target>
2626

2727
<target name="testCallCommandWithCustomApp">

0 commit comments

Comments
 (0)