| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 55 | public function testPaymentAuthorizedMessageIsSuccessfullyHandled(PaymentPresentationTester $I): void |
||
| 56 | { |
||
| 57 | // Arrange |
||
| 58 | $salesOrderEntity = $I->haveSalesOrder(static::INITIAL_ITEM_STATE); |
||
| 59 | $paymentAuthorizedTransfer = $I->havePaymentMessageTransfer( |
||
| 60 | PaymentAuthorizedTransfer::class, |
||
| 61 | $salesOrderEntity, |
||
| 62 | ); |
||
| 63 | |||
| 64 | // Act |
||
| 65 | $I->handlePaymentMessageTransfer($paymentAuthorizedTransfer); |
||
| 66 | |||
| 67 | // Assert |
||
| 68 | $I->assertOrderHasCorrectState($salesOrderEntity, static::FINAL_ITEM_STATE); |
||
| 69 | } |
||
| 71 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths