We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c71aac commit c191256Copy full SHA for c191256
.travis.yml
@@ -1,8 +1,6 @@
1
language: php
2
3
php:
4
- - 5.6
5
- - 7.0
6
- 7.1
7
- 7.2
8
- 7.3
composer.json
@@ -20,7 +20,7 @@
20
}
21
},
22
"require-dev": {
23
- "phpunit/phpunit": "5.7.*",
+ "phpunit/phpunit": "^7",
24
"php-coveralls/php-coveralls": "2.1.0"
25
26
"scripts": {
phpunit.xml
@@ -1,13 +1,4 @@
-<phpunit
- backupGlobals="false"
- backupStaticAttributes="false"
- colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false"
9
- stopOnFailure="false"
10
- syntaxCheck="false">
+<phpunit colors="true">
11
<testsuites>
12
<testsuite name="Test-WriteiniFile">
13
<directory suffix="Test.php">tests</directory>
0 commit comments