Skip to content

Commit 3077dae

Browse files
Removed composer lock
1 parent b92bee7 commit 3077dae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<phpunit
22
bootstrap="vendor/autoload.php"
3+
backupGlobals="false"
4+
backupStaticAttributes="false"
35
colors="true"
46
convertErrorsToExceptions="true"
57
convertNoticesToExceptions="true"
68
convertWarningsToExceptions="true"
7-
stopOnFailure="true">
9+
processIsolation="false"
10+
syntaxCheck="false"
11+
stopOnFailure="false">
812
<testsuites>
913
<testsuite name="Unit Tests">
1014
<directory>tests</directory>

0 commit comments

Comments
 (0)