Skip to content

Commit

Permalink
Merge branch 'release/T25.imp' into fix/resolve-resend-fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsuntaskin authored Jan 8, 2025
2 parents 320e6f4 + 34fdb04 commit fb18b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common
Submodule common updated 30 files
+6 −10 .github/workflows/tests-php-eva.yml
+392 −0 .github/workflows/tests-php-with-woo.yml
+3 −2 .github/workflows/tests-php.yml
+4 −0 changelog/feat-move-as-to-common
+8 −6 composer.json
+1,073 −1,255 composer.lock
+12 −0 src/Tribe/Main.php
+0 −2,508 tests/_data/dump.sql
+81 −4 tests/_data/empty.sql
+5,293 −0 tests/_data/end2end.sql
+329 −10 tests/_data/restv1-dump.sql
+335 −15 tests/_data/restv1_et-dump.sql
+5 −1 tests/end2end.suite.dist.yml
+0 −1 tests/eva_integration.suite.dist.yml
+1 −1 tests/eva_integration/Traits/Maps/AttendeeTest.php
+1 −1 tests/eva_integration/Traits/Maps/Commerce/EDDTest.php
+1 −1 tests/eva_integration/Traits/Maps/Commerce/TicketsCommerceTest.php
+3 −2 tests/eva_integration/Traits/Maps/Commerce/WooCommerceTest.php
+1 −1 tests/eva_integration/Traits/Maps/EventTest.php
+1 −1 tests/eva_integration/Traits/Maps/TicketsTest.php
+1 −1 tests/eva_integration/Zapier/ApiAJAXTest.php
+21 −1 tests/eva_integration/Zapier/ApiTest.php
+1 −1 tests/eva_integration/Zapier/SettingsTest.php
+1 −1 ...ntegration/Zapier/__snapshots__/ApiAJAXTest__should_correctly_generate_new_key_pair_fields__0.snapshot.html
+0 −60 ...va_integration/Zapier/__snapshots__/ApiAJAX__should_correctly_generate_new_key_pair_fields__0.snapshot.html
+2 −95 tests/eva_integration/Zapier/__snapshots__/ApiTest__should_correctly_get_user_dropdown__0.snapshot.json
+1 −1 ...ration/Zapier/__snapshots__/SettingsTest__should_correctly_render_api_fields_initial_state__0.snapshot.json
+1 −1 tests/restv1_et.suite.dist.yml
+7 −0 tests/wpunit/Tribe/Utils/Theme_CompatibilityTest.php
+2 −2 tests/wpunit/Tribe/functions/templateTags/generalTest.php

0 comments on commit fb18b3a

Please sign in to comment.