File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 56
56
run : composer cs
57
57
58
58
- name : Execute tests
59
- run : composer test -- --coverage-clover=coverage.xml
59
+ run : composer test -- --coverage-clover=coverage.xml --no-coverage-cache
60
60
61
61
- name : Run codecov
62
62
uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function testIterating(): void
80
80
* @testWith [false]
81
81
* [true]
82
82
*/
83
- public function testDifferentStylesOfAccess (bool $ asArray ): void
83
+ public function testDifferentStylesOfAccess (bool $ asArray = true ): void
84
84
{
85
85
$ container = new ArrayObject ($ this ->getData ('conferences ' , $ asArray ));
86
86
$ data = new JSONPath ($ container );
@@ -97,7 +97,6 @@ public function testDifferentStylesOfAccess(bool $asArray): void
97
97
}
98
98
99
99
/**
100
- * @throws JsonException
101
100
* @noinspection PhpUndefinedFieldInspection
102
101
*/
103
102
public function testUpdate (): void
You can’t perform that action at this time.
0 commit comments