|
8381 | 8381 | 'count' => 1, |
8382 | 8382 | 'path' => __DIR__ . '/../../tests/Tests/Isolated/Common/Uuid/UuidRegistryTest.php', |
8383 | 8383 | ]; |
| 8384 | +$ignoreErrors[] = [ |
| 8385 | + 'message' => '#^Cannot call method addData\\(\\) on mixed\\.$#', |
| 8386 | + 'count' => 3, |
| 8387 | + 'path' => __DIR__ . '/../../tests/Tests/Isolated/RestControllers/HandleProcessingResultTest.php', |
| 8388 | +]; |
| 8389 | +$ignoreErrors[] = [ |
| 8390 | + 'message' => '#^Cannot call method addInternalError\\(\\) on mixed\\.$#', |
| 8391 | + 'count' => 1, |
| 8392 | + 'path' => __DIR__ . '/../../tests/Tests/Isolated/RestControllers/HandleProcessingResultTest.php', |
| 8393 | +]; |
| 8394 | +$ignoreErrors[] = [ |
| 8395 | + 'message' => '#^Cannot call method getData\\(\\) on mixed\\.$#', |
| 8396 | + 'count' => 1, |
| 8397 | + 'path' => __DIR__ . '/../../tests/Tests/Isolated/RestControllers/HandleProcessingResultTest.php', |
| 8398 | +]; |
| 8399 | +$ignoreErrors[] = [ |
| 8400 | + 'message' => '#^Cannot call method setValidationMessages\\(\\) on mixed\\.$#', |
| 8401 | + 'count' => 1, |
| 8402 | + 'path' => __DIR__ . '/../../tests/Tests/Isolated/RestControllers/HandleProcessingResultTest.php', |
| 8403 | +]; |
8384 | 8404 | $ignoreErrors[] = [ |
8385 | 8405 | 'message' => '#^Cannot call method getHeader\\(\\) on mixed\\.$#', |
8386 | 8406 | 'count' => 4, |
|
8601 | 8621 | 'count' => 4, |
8602 | 8622 | 'path' => __DIR__ . '/../../tests/Tests/RestControllers/FHIR/FhirPractitionerRestControllerTest.php', |
8603 | 8623 | ]; |
8604 | | -$ignoreErrors[] = [ |
8605 | | - 'message' => '#^Cannot call method addData\\(\\) on mixed\\.$#', |
8606 | | - 'count' => 3, |
8607 | | - 'path' => __DIR__ . '/../../tests/Tests/RestControllers/HandleProcessingResultTest.php', |
8608 | | -]; |
8609 | | -$ignoreErrors[] = [ |
8610 | | - 'message' => '#^Cannot call method addInternalError\\(\\) on mixed\\.$#', |
8611 | | - 'count' => 1, |
8612 | | - 'path' => __DIR__ . '/../../tests/Tests/RestControllers/HandleProcessingResultTest.php', |
8613 | | -]; |
8614 | | -$ignoreErrors[] = [ |
8615 | | - 'message' => '#^Cannot call method getData\\(\\) on mixed\\.$#', |
8616 | | - 'count' => 1, |
8617 | | - 'path' => __DIR__ . '/../../tests/Tests/RestControllers/HandleProcessingResultTest.php', |
8618 | | -]; |
8619 | | -$ignoreErrors[] = [ |
8620 | | - 'message' => '#^Cannot call method setValidationMessages\\(\\) on mixed\\.$#', |
8621 | | - 'count' => 1, |
8622 | | - 'path' => __DIR__ . '/../../tests/Tests/RestControllers/HandleProcessingResultTest.php', |
8623 | | -]; |
8624 | 8624 | $ignoreErrors[] = [ |
8625 | 8625 | 'message' => '#^Cannot call method getBody\\(\\) on mixed\\.$#', |
8626 | 8626 | 'count' => 3, |
|
0 commit comments