-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa0c406
commit 1fac1e2
Showing
9 changed files
with
174 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...st_it_detects_with_alias_strategy_those_directly_decorated_services_that_changed/git.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/SendOrderConfirmationHandler.php b/src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/SendOrderConfirmationHandler.php | ||
index 4eaff957874..60d2decf5e8 100644 | ||
--- a/src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/SendOrderConfirmationHandler.php | ||
+++ b/src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/SendOrderConfirmationHandler.php | ||
|
||
diff --git a/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php b/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php | ||
index 5270cc23123..02f6b26fcf7 100644 | ||
--- a/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php | ||
+++ b/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php | ||
|
||
diff --git a/src/Sylius/Bundle/AdminBundle/Event/OrderShowMenuBuilderEvent.php b/src/Sylius/Bundle/AdminBundle/Event/OrderShowMenuBuilderEvent.php | ||
index 7e2cfde7545..da90d9fd52c 100644 | ||
--- a/src/Sylius/Bundle/AdminBundle/Event/OrderShowMenuBuilderEvent.php | ||
+++ b/src/Sylius/Bundle/AdminBundle/Event/OrderShowMenuBuilderEvent.php |
14 changes: 14 additions & 0 deletions
14
...ith_decorated_definition_strategy_those_directly_decorated_services_that_changed/git.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php b/src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php | ||
index 4eaff957874..60d2decf5e8 100644 | ||
--- a/src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php | ||
+++ b/src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php | ||
|
||
diff --git a/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php b/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php | ||
index 5270cc23123..02f6b26fcf7 100644 | ||
--- a/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php | ||
+++ b/src/Sylius/Bundle/AdminBundle/EmailManager/ShipmentEmailManager.php | ||
|
||
diff --git a/src/Sylius/Component/Core/OrderProcessing/OrderPaymentProcessor.php b/src/Sylius/Component/Core/OrderProcessing/OrderPaymentProcessor.php | ||
index 7e2cfde7545..da90d9fd52c 100644 | ||
--- a/src/Sylius/Component/Core/OrderProcessing/OrderPaymentProcessor.php | ||
+++ b/src/Sylius/Component/Core/OrderProcessing/OrderPaymentProcessor.php |
9 changes: 9 additions & 0 deletions
9
...y_those_directly_decorated_services_that_changed/DecorateSendOrderConfirmationHandler.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Tests\Webgriffe\SyliusUpgradePlugin\Stub\ServiceChangesCommand\test_it_detects_with_alias_strategy_those_directly_decorated_services_that_changed; | ||
|
||
final class DecorateSendOrderConfirmationHandler | ||
{ | ||
} |
9 changes: 9 additions & 0 deletions
9
...directly_decorated_services_that_changed/DecorateSendShipmentConfirmationEmailHandler.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Tests\Webgriffe\SyliusUpgradePlugin\Stub\ServiceChangesCommand\test_it_detects_with_alias_strategy_those_directly_decorated_services_that_changed; | ||
|
||
final class DecorateSendShipmentConfirmationEmailHandler | ||
{ | ||
} |
14 changes: 14 additions & 0 deletions
14
...gy_those_directly_decorated_services_that_changed/DecorateCustomerOrderAddressesSaver.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Tests\Webgriffe\SyliusUpgradePlugin\Stub\ServiceChangesCommand\test_it_detects_with_decorated_definition_strategy_those_directly_decorated_services_that_changed; | ||
|
||
use Sylius\Component\Core\Customer\OrderAddressesSaverInterface; | ||
|
||
final class DecorateCustomerOrderAddressesSaver | ||
{ | ||
public function __construct(private OrderAddressesSaverInterface $decoratedCustomerOrderAddressesSaver) | ||
{ | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...strategy_those_directly_decorated_services_that_changed/DecorateOrderPaymentProcessor.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Tests\Webgriffe\SyliusUpgradePlugin\Stub\ServiceChangesCommand\test_it_detects_with_decorated_definition_strategy_those_directly_decorated_services_that_changed; | ||
|
||
use Sylius\Component\Order\Processor\OrderProcessorInterface; | ||
|
||
final class DecorateOrderPaymentProcessor | ||
{ | ||
public function __construct(private OrderProcessorInterface $decoratedAfterCheckoutOrderPaymentProcessor) | ||
{ | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...trategy_those_directly_decorated_services_that_changed/DecorateProvinceNamingProvider.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Tests\Webgriffe\SyliusUpgradePlugin\Stub\ServiceChangesCommand\test_it_detects_with_decorated_definition_strategy_those_directly_decorated_services_that_changed; | ||
|
||
use Sylius\Component\Addressing\Provider\ProvinceNamingProvider as BaseProvinceNamingProvider; | ||
|
||
final class DecorateProvinceNamingProvider | ||
{ | ||
public function __construct(private BaseProvinceNamingProvider $baseProvinceNamingProvider) | ||
{ | ||
} | ||
} |