1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-12 11:30:49 +01:00

Adding a **/Tests/** exclusion when building phar files so that tests from Guzzle\Service\* clients do not get put into the phar. Only adding .php files to the phar.

This commit is contained in:
Michael Dowling 2011-04-13 20:38:32 -05:00
parent a7762c5d56
commit 9e6c30ddf0

View File

@ -35,7 +35,8 @@
alias="Guzzle"
signature="sha1">
<fileset dir="./src">
<include name="**/**" />
<include name="**/*.php" />
<exclude name="**/Tests/**" />
</fileset>
<metadata>
<element name="version" value="1.0" />