+11
-9
lines changedFilter options
+11
-9
lines changed Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ jobs:
19
19
php-version:
20
20
- "8.0"
21
21
- "8.1"
22
+
- "8.2"
22
23
os:
23
24
- ubuntu-latest
24
25
- windows-latest
@@ -48,19 +49,19 @@ jobs:
48
49
${{ matrix.composer-options }}
49
50
50
51
- name: Run tests
51
-
if: ${{ matrix.os != 'windows-latest' && matrix.php-version != '8.1' }}
52
+
if: ${{ matrix.os != 'windows-latest' && matrix.php-version != '8.2' }}
52
53
run: composer test
53
54
54
55
- name: Run tests (windows)
55
-
if: ${{ matrix.os == 'windows-latest' && matrix.php-version != '8.1' }}
56
+
if: ${{ matrix.os == 'windows-latest' && matrix.php-version != '8.2' }}
56
57
run: composer test-windows
57
58
58
59
- name: Run tests (experimental)
59
-
if: ${{ matrix.os != 'windows-latest' && matrix.php-version == '8.1' }}
60
+
if: ${{ matrix.os != 'windows-latest' && matrix.php-version == '8.2' }}
60
61
continue-on-error: true
61
62
run: composer test
62
63
63
64
- name: Run tests (windows, experimental)
64
-
if: ${{ matrix.os == 'windows-latest' && matrix.php-version == '8.1' }}
65
+
if: ${{ matrix.os == 'windows-latest' && matrix.php-version == '8.2' }}
65
66
continue-on-error: true
66
67
run: composer test-windows
Original file line number Diff line number Diff line change
@@ -34,10 +34,10 @@
34
34
"phpunit/phpunit": "^9"
35
35
},
36
36
"require-dev": {
37
-
"brianium/paratest": "^6.4.1",
37
+
"brianium/paratest": "^6.8",
38
38
"psalm/plugin-phpunit": "^0.18.4",
39
-
"squizlabs/php_codesniffer": "^3.6.2",
40
-
"vimeo/psalm": "^4.16.1"
39
+
"squizlabs/php_codesniffer": "^3.7.1",
40
+
"vimeo/psalm": "^5.4"
41
41
},
42
42
"conflict": {
43
43
"amphp/byte-stream": "<1.5.1"
Original file line number Diff line number Diff line change
@@ -180,6 +180,7 @@ private function buildTestInfo(string $test, ?string $host = null, ?string $thre
180
180
$dataLabel = null;
181
181
}
182
182
183
+
/** @psalm-suppress PossiblyUndefinedArrayOffset */
183
184
[$class, $method] = isset($classAndMethod)
184
185
? array_pad(explode('::', $classAndMethod, 2), 2, null)
185
186
: [null, null];
Original file line number Diff line number Diff line change
@@ -71,9 +71,9 @@ public function testRerunsOfTestWithIndexedDataProvider(string $firstValue, stri
71
71
Allure::parameter('Run index', (string) $this->getRunIndex(__METHOD__), true);
72
72
$this->expectNotToPerformAssertions();
73
73
}
74
-
74
+
75
75
/**
76
-
* @return iterable<array{string, string}>
76
+
* @return iterable<int, array{string, string}>
77
77
*/
78
78
public function providerIndexedData(): iterable
79
79
{
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4