Skip to content

Commit

Permalink
added a global phpunit.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 18, 2010
1 parent 549dbc6 commit c46b612
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions phpunit.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Symfony Test Suite">
<directory>./tests/Symfony/</directory>
<directory>./src/Symfony/Framework/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit c46b612

Please sign in to comment.