Skip to content

Commit

Permalink
Remove unnecessary PHPUnit configuration attributes
Browse files Browse the repository at this point in the history
Since they have the same value as the default.
  • Loading branch information
lcobucci committed Aug 29, 2017
1 parent a9c5b21 commit cb7f39d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
colors="true"
verbose="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutTodoAnnotatedTests="true"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
verbose="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
>
<testsuites>
<testsuite name="Doctrine Collections Test Suite">
Expand Down

0 comments on commit cb7f39d

Please sign in to comment.