This repository was archived by the owner on Aug 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-19
lines changed
Expand file tree Collapse file tree 2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 2626 "php-parallel-lint/php-parallel-lint" : " ^1.0" ,
2727 "phpstan/phpstan" : " ^1.2" ,
2828 "phpstan/phpstan-phpunit" : " ^1.0" ,
29- "phpunit/phpunit" : " ^8 .0" ,
29+ "phpunit/phpunit" : " ^9 .0" ,
3030 "symfony/cache" : " ~4.4|~5.4|~6.0" ,
3131 "symfony/http-client" : " ^4.4|~5.4|~6.0" ,
3232 "vimeo/psalm" : " ^4.3"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <phpunit
3- executionOrder =" random"
4- resolveDependencies =" true"
5- colors =" true"
6- bootstrap =" ./vendor/autoload.php"
7- >
8- <testsuites >
9- <testsuite name =" Resiliency test suite" >
10- <directory >./tests/</directory >
11- </testsuite >
12- </testsuites >
13-
14- <filter >
15- <whitelist processUncoveredFilesFromWhitelist =" true" >
16- <directory suffix =" .php" >src</directory >
17- </whitelist >
18- </filter >
19-
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" executionOrder =" random" resolveDependencies =" true" colors =" true" bootstrap =" ./vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage processUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >src</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" Resiliency test suite" >
10+ <directory >./tests/</directory >
11+ </testsuite >
12+ </testsuites >
2013</phpunit >
You can’t perform that action at this time.
0 commit comments