1
0
mirror of synced 2024-12-05 03:06:05 +03:00

[2.0] Exclude performance tests from build "test" target

This commit is contained in:
beberlei 2010-02-06 20:43:46 +00:00
parent 595993b7aa
commit cf302e4154

View File

@ -125,7 +125,8 @@
<formatter todir="${build.dir}/logs" type="xml"/>
<batchtest classpath="tests">
<fileset dir="tests">
<include name="**/*Test.php"/>
<include name="**/*Test.php" />
<exclude name="**/*Performance*.php" />
</fileset>
</batchtest>
</phpunit>