Skip to content

Commit

Permalink
Tweak phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jan 23, 2016
1 parent e13ce51 commit 4a365d3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
Expand All @@ -15,9 +14,9 @@
stopOnIncomplete="false"
stopOnSkipped="false"
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
strict="false"
verbose="false">


<testsuites>
<testsuite name="BoxPacker">
<directory>tests</directory>
Expand All @@ -34,10 +33,13 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<exclude>
<directory>tests</directory>
<directory>vendor</directory>
<directory suffix=".php">tests</directory>
<directory suffix=".php">vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

<php>
<ini name="date.timezone" value="UTC"/>
</php>
</phpunit>

0 comments on commit 4a365d3

Please sign in to comment.