Skip to content

Commit

Permalink
Add phpunit XML configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Jun 24, 2012
1 parent 1a9e4bf commit 5d6b4b2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build/phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="false"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
strict="false"
verbose="false">

<testsuites>
<testsuite name="FAL Tests">
<directory>tests/Unit/t3lib/file/</directory>
</testsuite>
</testsuites>

</phpunit>

0 comments on commit 5d6b4b2

Please sign in to comment.