Skip to content

Commit e9eb44b

Browse files
committed
replace custom printer with limedeck/phpunit-detailed-printer
1 parent 8f34eed commit e9eb44b

File tree

4 files changed

+4
-212
lines changed

4 files changed

+4
-212
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@
1414
php71-unit-test:
1515
extends: .php-unit-test
1616
image: iras/php7-composer:1
17-
before_script:
18-
- mkdir -p .composer build/logs
19-
- composer install --no-interaction --ignore-platform-reqs
2017

2118
php72-unit-test:
2219
extends: .php-unit-test
2320
image: iras/php7-composer:2
24-
before_script:
25-
- mkdir -p .composer build/logs
26-
- composer install --no-interaction --ignore-platform-reqs
2721

2822
php73-unit-test:
2923
extends: .php-unit-test

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
"ext-mbstring": "*"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.5.18",
23-
"squizlabs/php_codesniffer": "^3.5.8"
22+
"phpunit/phpunit": "*",
23+
"squizlabs/php_codesniffer": "^3.5.8",
24+
"limedeck/phpunit-detailed-printer": "*"
2425
},
2526
"autoload": {
2627
"psr-4": {

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
convertWarningsToExceptions="true"
99
stopOnFailure="false"
1010
backupGlobals="true"
11-
printerClass="\GetOpt\Test\Printer"
11+
printerClass="LimeDeck\Testing\Printer"
1212
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
1313
<coverage pathCoverage="false">
1414
<include>

test/Printer.php

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)