File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
55 colors =" true"
6+ cacheResult =" false"
67>
78 <testsuites >
89 <testsuite name =" Unit" >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function testIterating(): void
8080 * @testWith [false]
8181 * [true]
8282 */
83- public function testDifferentStylesOfAccess (bool $ asArray ): void
83+ public function testDifferentStylesOfAccess (bool $ asArray = true ): void
8484 {
8585 $ container = new ArrayObject ($ this ->getData ('conferences ' , $ asArray ));
8686 $ data = new JSONPath ($ container );
@@ -97,7 +97,6 @@ public function testDifferentStylesOfAccess(bool $asArray): void
9797 }
9898
9999 /**
100- * @throws JsonException
101100 * @noinspection PhpUndefinedFieldInspection
102101 */
103102 public function testUpdate (): void
You can’t perform that action at this time.
0 commit comments