Skip to content

Commit 8cece72

Browse files
authored
Remove redundant default attributes from phpunit.xml (laravel#5233)
1 parent c78a1d8 commit 8cece72

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

phpunit.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
4-
backupGlobals="false"
5-
backupStaticAttributes="false"
64
bootstrap="vendor/autoload.php"
7-
colors="true"
8-
convertErrorsToExceptions="true"
9-
convertNoticesToExceptions="true"
10-
convertWarningsToExceptions="true"
11-
processIsolation="false"
12-
stopOnFailure="false">
5+
colors="true">
136
<testsuites>
147
<testsuite name="Unit">
158
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)