Skip to content

Commit

Permalink
Upgraded PHPUnit config to good defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Feb 5, 2018
1 parent 268af73 commit 76dfefe
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
verbose="true"
stopOnFailure="false"
processIsolation="false"
backupGlobals="false"
syntaxCheck="true"
beStrictAboutTodoAnnotatedTests="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutChangesToGlobalState="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutResourceUsageDuringSmallTests="true"
beStrictAboutCoversAnnotation="true"
>
<testsuite name="DoctrineBatchUtils tests">
<directory>./test/DoctrineBatchUtilsTest</directory>
Expand Down

0 comments on commit 76dfefe

Please sign in to comment.