Skip to content

Commit 70525b0

Browse files
committed
Remove redundant configurations
These are defaults anyway so there is no reason to clutter the config. There is also no need for the bootstrap file as it only includes the autoloader.
1 parent c097e36 commit 70525b0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
3-
backupStaticAttributes="false"
43
colors="true"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
8-
processIsolation="false"
9-
stopOnFailure="false"
10-
syntaxCheck="false"
11-
bootstrap="tests/bootstrap.php"
4+
bootstrap="vendor/autoload.php"
125
>
136
<testsuites>
147
<testsuite name="PHP Matcher Test Suite">

tests/bootstrap.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)