Skip to content

Commit

Permalink
Add replace call for test setup file in the plugin package file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Convissor committed Jan 12, 2012
1 parent 56466b5 commit d329d89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package_plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ This package is to be used with PackageFileManager v1 and v2 and can't be u
<file name="test_general_valid2.phpt" role="test" />
</dir> <!-- /tests/PEAR_PackageFileManager_Svn/dirList -->
</dir> <!-- /tests/PEAR_PackageFileManager_Svn -->
<file name="phpt_test.php.inc" role="test" />
<file name="phpt_test.php.inc" role="test">
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config" />
</file>
</dir> <!-- /tests -->
<file name="LICENSE_PLUGINS" role="doc" />
</dir> <!-- / -->
Expand Down

0 comments on commit d329d89

Please sign in to comment.