Skip to content

Commit f052c9c

Browse files
MCLOUD-13147: Cosmetic updates
1 parent 798b99c commit f052c9c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"consolidation/robo": "^2.0 || ^3.0",
2828
"phpmd/phpmd": "@stable",
2929
"phpstan/phpstan": "^1.8 || ^2.0",
30-
"phpunit/php-code-coverage": "^10.1",
3130
"phpunit/phpunit": "^9.5 || ^10.5",
3231
"squizlabs/php_codesniffer": "^3.7"
3332
},

tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
55
colors="true"
66
columns="max"
7-
bootstrap="../../bootstrap.php"
7+
bootstrap="../../autoload.php"
88
beStrictAboutTestsThatDoNotTestAnything="false"
99
>
1010
<testsuites>

0 commit comments

Comments
 (0)