Skip to content

Commit c191256

Browse files
committed
feat(): phpunit 7 and remove travis php5.6, php7.0
1 parent 5c71aac commit c191256

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
64
- 7.1
75
- 7.2
86
- 7.3

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "5.7.*",
23+
"phpunit/phpunit": "^7",
2424
"php-coveralls/php-coveralls": "2.1.0"
2525
},
2626
"scripts": {

phpunit.xml

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
<phpunit
2-
backupGlobals="false"
3-
backupStaticAttributes="false"
4-
colors="true"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
8-
processIsolation="false"
9-
stopOnFailure="false"
10-
syntaxCheck="false">
1+
<phpunit colors="true">
112
<testsuites>
123
<testsuite name="Test-WriteiniFile">
134
<directory suffix="Test.php">tests</directory>

0 commit comments

Comments
 (0)