File tree Expand file tree Collapse file tree 2 files changed +12
-20
lines changed Expand file tree Collapse file tree 2 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- bootstrap =" vendor/autoload.php"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false" >
11- <testsuites >
12- <testsuite name =" Suite" >
13- <directory suffix =" Test.php" >./tests</directory >
14- </testsuite >
15- </testsuites >
16- <filter >
17- <whitelist processUncoveredFilesFromWhitelist =" true" >
18- <directory suffix =" .php" >./src</directory >
19- </whitelist >
20- </filter >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" bootstrap =" vendor/autoload.php" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" 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 =" Suite" >
10+ <directory suffix =" Test.php" >./tests</directory >
11+ </testsuite >
12+ </testsuites >
2113</phpunit >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class VersionGroupTest extends TestCase
1010 /**
1111 * @return array<string, mixed>
1212 */
13- public function versionGroups (): array
13+ public static function versionGroups (): array
1414 {
1515 return [
1616 'Semver versions including given version ' => [
You can’t perform that action at this time.
0 commit comments