Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit cb3fe17

Browse files
author
Barbara Palumbo
committed
WIP: fixed tests for breaking changes in the api specs
1 parent 6328a48 commit cb3fe17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/Model/RamlModelTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,9 @@ private function ramlToModelMap()
641641
'Message\ContainerAndKey' => 'Common\ContainerAndKey',
642642
'Subscription\MessageDeliveryPayload' => 'Subscription\MessageDelivery',
643643
'Subscription\DeliveryPayload' => 'Subscription\Delivery',
644+
'Subscription\ResourceUpdatedDeliveryPayload' => 'Subscription\ResourceUpdatedDelivery',
645+
'Subscription\ResourceCreatedDeliveryPayload' => 'Subscription\ResourceCreatedDelivery',
646+
'Subscription\ResourceDeletedDeliveryPayload' => 'Subscription\ResourceDeletedDelivery',
644647
];
645648
}
646649

0 commit comments

Comments
 (0)