Issue #3502594: Fix failing tests / CI pipeline and clean-up code
parent
4c8eba90
No related branches found
Tags 1.0.0-alpha6
Showing
- README.md 3 additions, 2 deletionsREADME.md
- composer.json 4 additions, 1 deletioncomposer.json
- modules/posthog_commerce/src/EventSubscriber/CartSubscriber.php 0 additions, 1 deletion...s/posthog_commerce/src/EventSubscriber/CartSubscriber.php
- modules/posthog_cookies/tests/src/FunctionalJavascript/PosthogCookiesFunctionalJavascriptTest.php 9 additions, 0 deletions...onalJavascript/PosthogCookiesFunctionalJavascriptTest.php
- modules/posthog_eca/src/Plugin/Action/PosthogEvent.php 1 addition, 1 deletionmodules/posthog_eca/src/Plugin/Action/PosthogEvent.php
- modules/posthog_feature_flags/posthog_feature_flags.info.yml 1 addition, 1 deletionmodules/posthog_feature_flags/posthog_feature_flags.info.yml
- modules/posthog_php/src/SdkInterface.php 47 additions, 28 deletionsmodules/posthog_php/src/SdkInterface.php
- modules/posthog_php_error_tracking/posthog_php_error_tracking.install 0 additions, 6 deletions...hog_php_error_tracking/posthog_php_error_tracking.install
- modules/posthog_php_events/src/EventSubscriber/PosthogPhpEventsSubscriber.php 2 additions, 3 deletions...events/src/EventSubscriber/PosthogPhpEventsSubscriber.php
- modules/posthog_php_events/src/Form/SettingsForm.php 2 additions, 1 deletionmodules/posthog_php_events/src/Form/SettingsForm.php
- modules/posthog_webform/src/Plugin/WebformHandler/PosthogWebformHandler.php 1 addition, 2 deletions...bform/src/Plugin/WebformHandler/PosthogWebformHandler.php
... | ... | @@ -15,7 +15,10 @@ |
"posthog/posthog-php": "^3" | ||
}, | ||
"require-dev": { | ||
"drupal/cookies": "^2" | ||
"drupal/cookies": "^2", | ||
"drupal/webform": "^6", | ||
"drupal/eca": "^2", | ||
"drupal/commerce": "^3" | ||
}, | ||
"suggest": { | ||
"npm-asset/posthog-js": "The posthog-js library, if you'd like to load it locally instead of from Posthog (CDN)", | ||
... | ... |
Please register or sign in to comment