Skip to content

Commit

Permalink
Moved test classes to own namespace Phing\Test\
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Apr 1, 2021
1 parent 2a9fda7 commit e481e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/etc/tasks/system/PhpEvalTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</php>
</target>
<target name="testStaticMethodWithMultiDimArrayParam">
<php class="Phing\Task\System\PhpEvalTaskTest"
<php class="Phing\Test\Task\System\PhpEvalTaskTest"
function="recursiveProcess" returnProperty="result">
<param>
<param value="a" />
Expand Down

0 comments on commit e481e85

Please sign in to comment.