Skip to content

Commit

Permalink
fix: additional test excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Aug 4, 2023
1 parent 148809c commit 23f936f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<copy todir="${project.basedir}/build/phar/phpdraft/src">
<fileset dir="${project.basedir}/src/">
<exclude name="**/*Test.php*"/>
<exclude name="**/*TestBase.php*"/>
<include name="**/*.php"/>
<include name="**/*.twig"/>
<include name="**/*.phtml"/>
Expand Down

0 comments on commit 23f936f

Please sign in to comment.