| Total Complexity | 2 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | class PaymentAuthorizedMessageCest |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * @var string |
||
| 31 | */ |
||
| 32 | protected const INITIAL_ITEM_STATE = 'payment pending'; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @var string |
||
| 36 | */ |
||
| 37 | public const FINAL_ITEM_STATE = 'payment authorized'; |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param \PyzTest\Zed\MessageBroker\PaymentPresentationTester $i |
||
| 41 | * |
||
| 42 | * @return void |
||
| 43 | */ |
||
| 44 | public function _before(PaymentPresentationTester $i): void |
||
| 48 | } |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @param \PyzTest\Zed\MessageBroker\PaymentPresentationTester $I |
||
| 52 | * |
||
| 53 | * @return void |
||
| 54 | */ |
||
| 55 | public function testPaymentAuthorizedMessageIsSuccessfullyHandled(PaymentPresentationTester $I): void |
||
| 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