[2.0] Exclude performance tests from build "test" target
This commit is contained in:
parent
595993b7aa
commit
cf302e4154
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue