Skip to content

Commit fdcaa19

Browse files
Merge pull request #96 from edmondscommerce/v3
PHPUNIT 8 and other tweaks
2 parents 2c3be01 + c314a37 commit fdcaa19

File tree

7 files changed

+104
-507
lines changed

7 files changed

+104
-507
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ git:
66

77
matrix:
88
include:
9-
- php: 7.1
10-
env: phpunitCoverage="0"
119
- php: 7.2
1210
env: phpunitCoverage="1"
1311

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# PHPQA
22
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)
33

4+
5+
## Version 3 Updates
6+
7+
You should update your phpunit.xml file to use ` printerClass="\PHPUnit\Util\TestDox\CliTestDoxPrinter"`
8+
9+
[see ./phpunit.xml](./phpunit.xml)
10+
11+
12+
## Introduction
13+
414
PHPQA is a quality assurance pipeline written in BASH that can be run both on the desktop as part of your development process and then also as part of a continuous integration (CI) pipeline.
515

616
It runs tools in a logical order and will fail as quickly as possible.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
},
2020
"require": {
21-
"php": "~7.1",
22-
"phpunit/phpunit": "^7.3",
21+
"php": "^7.2",
22+
"phpunit/phpunit": "^8.0",
2323
"jakub-onderka/php-console-highlighter": "^0.3.2",
2424
"edmondscommerce/php-parallel-lint": "~1.0.1",
2525
"phploc/phploc": "^4.0",
@@ -31,7 +31,7 @@
3131
"infection/infection": "^0.10",
3232
"funkyproject/reflection-file": "^0.1.0",
3333
"phpunit/php-invoker": "^2.0",
34-
"maglnet/composer-require-checker": "^1.0",
34+
"maglnet/composer-require-checker": "^2.0",
3535
"ext-json": "*",
3636
"phpunit/php-timer": "^2.0"
3737
},

0 commit comments

Comments
 (0)