File tree 2 files changed +7
-4
lines changed
tests/src/Kernel/EventSubscriber
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ package: 'Commerce (contrib)'
4
4
core : 8.x
5
5
type : module
6
6
dependencies :
7
- - drupal:google_tag
8
- - drupal:commerce
9
- - drupal:commerce_checkout
7
+ - drupal:google_tag
8
+ - drupal:commerce
9
+ - drupal:commerce_checkout
10
+
11
+ test_dependencies :
12
+ - drupal:commerce_cart
Original file line number Diff line number Diff line change 8
8
use Drupal \commerce_product \Entity \ProductVariation ;
9
9
use Drupal \commerce_cart \Event \CartEntityAddEvent ;
10
10
use Drupal \commerce_cart \Event \CartOrderItemRemoveEvent ;
11
- use Drupal \Tests \commerce_cart \Kernel \CartManagerTestTrait ;
11
+ use Drupal \Tests \commerce_cart \Traits \CartManagerTestTrait ;
12
12
13
13
/**
14
14
* @coversDefaultClass \Drupal\commerce_google_tag_manager\EventSubscriber\CommerceEventsSubscriber
You can’t perform that action at this time.
0 commit comments