Skip to content

Commit 1146696

Browse files
author
Norbert Orzechowicz
committed
Merge pull request #69 from jakzal/phpunit-config
Remove redundant configurations
2 parents c3e1674 + 70525b0 commit 1146696

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)