Commit graph

563 commits

Author SHA1 Message Date
Emili Castells Guasch
6149dbd527 Merge branch 'trunk' into fix/integration-tests-setup 2025-03-20 11:36:24 +01:00
Philipp Stracker
f9212b1713
🧪 Fix unit tests with missing assertion 2025-03-18 17:03:59 +01:00
Emili Castells Guasch
73d3e3c642 Remove test 2025-03-17 17:44:09 +01:00
Emili Castells Guasch
60fad34e7a Add group to skip tests in ci 2025-03-17 17:27:24 +01:00
Philipp Stracker
afb7044b03
🚚 Rename configuration class
The class name does not reflect the purpose of the class
2025-03-14 16:15:31 +01:00
Philipp Stracker
a7f736c52c
🧪 Update existing unit test cases 2025-03-14 11:59:52 +01:00
Emili Castells Guasch
129eec6baa Rename e2e to integration 2025-03-12 18:14:01 +01:00
Emili Castells Guasch
280dc71871 Fix settings test 2025-03-12 17:57:52 +01:00
Emili Castells Guasch
869670a6c0 Use wc and woosubscriptions apis to create the subscription 2025-03-12 17:46:20 +01:00
Narek Zakarian
159dfeb5cb
Fix tests 2025-03-11 19:44:50 +04:00
Philipp Stracker
4a7316b6c1
🧪 Verify the ppcpToken via unit tests 2025-03-05 17:51:51 +01:00
Philipp Stracker
42986980f6
🧪 Adjust tests to meet PayPal API requirements 2025-03-05 17:26:00 +01:00
Philipp Stracker
ac34da21e9
🧪 Add failing tests to validate the card-flag 2025-03-05 16:51:03 +01:00
Philipp Stracker
b24242bf1c
♻️ Refactor unit test 2025-03-05 16:50:00 +01:00
Philipp Stracker
ef76ddbbfa
🧪 Add failing tests before implementing new flag 2025-03-05 16:38:25 +01:00
Philipp Stracker
5bfb5c320a
♻️ Refactor the unit test 2025-03-05 16:37:46 +01:00
Philipp Stracker
d1ee75b659
🧪 Update tests to prepare firs refactoring 2025-03-05 15:12:22 +01:00
Philipp Stracker
d1437d1728
🧪 New test case to ensure API data is stable
Helps to confirm onboarding data stays correct before changing the API class.
2025-03-05 14:53:57 +01:00
Philipp Stracker
ea471f98fc
Adapt unit tests to recent changes 2025-02-17 18:51:20 +01:00
Philipp Stracker
93820b68f6
Update tests to accept refactored code 2025-02-17 18:20:41 +01:00
Narek Zakarian
fd8346b487
Move settings compat into separate namespace 2025-02-06 16:37:24 +04:00
Philipp Stracker
04aeb6acf2
Update use statements in unit tests 2025-02-03 14:47:52 +01:00
carmenmaymo
2387902a18
Change UK to GB 2025-01-31 10:46:16 +01:00
Emili Castells Guasch
40c648b83c Fix phpunit 2024-12-09 16:14:29 +01:00
Niklas Gutberlet
48e89d82ba
Merge pull request #2816 from woocommerce/PCP-3924-translation-loading
Translation Loading Issue in WooCommerce PayPal Payments Plugin on WordPress 6.7 (Deprecation Warning)
2024-11-29 12:23:18 +01:00
Narek Zakarian
2ff9be23d2
Create simple E2E test to check getting the mapped value 2024-11-28 18:40:46 +04:00
Daniel Hüsken
fd7bc2614a
fix unit tests 2024-11-25 15:54:48 +01:00
Daniel Hüsken
5ebce7ad06
fix unit test for getting plugin data 2024-11-20 10:23:50 +01:00
Daniel Hüsken
8b2d7f2cf0
fix unit test for getting plugin data 2024-11-20 09:54:03 +01:00
Emili Castells Guasch
ed75fd47b1 Merge trunk 2024-11-18 12:59:36 +01:00
Alex P.
17b3ed8b41
Fix test 2024-11-06 09:22:34 +02:00
Emili Castells
ff14d98e82
Merge pull request #2612 from woocommerce/PCP-3677-pay-pal-subscriptions-api-renewal-order-not-created-in-woo-commerce
PayPal Subscriptions API renewal order not created in WooCommerce (3677)
2024-10-22 12:42:04 +02:00
Emili Castells Guasch
5e803643cb Fix phpunit 2024-10-18 17:36:54 +02:00
inpsyde-maticluznar
2a9d028308
Fix tests 2024-10-18 11:36:33 +02:00
Alex P
8b94dda4d6
Fix tests 2024-10-03 10:40:37 +03:00
Emili Castells Guasch
58d636970d Merge branch 'trunk' into PCP-3677-pay-pal-subscriptions-api-renewal-order-not-created-in-woo-commerce 2024-10-02 11:46:36 +02:00
Philipp Stracker
0677364eb2
🚨 Update unit tests 2024-09-26 18:11:23 +02:00
Philipp Stracker
48f59abba1
Update unit tests 2024-09-18 15:45:05 +02:00
Emili Castells Guasch
2f21df65b3 Add time based logic for checking if is order is parent or for renewal 2024-09-18 14:43:41 +02:00
Emili Castells Guasch
3d018945f4 Create subscription via rest api for testing 2024-09-17 12:05:35 +02:00
Philipp Stracker
22e0143c55
Update unit test to pass CI checks 2024-09-16 18:15:38 +02:00
Emili Castells Guasch
80e6457502 Extract is renewal logic to method 2024-09-16 14:58:25 +02:00
Emili Castells Guasch
17cff6bd09 Add test for renewal handler 2024-09-13 17:05:39 +02:00
Emili Castells Guasch
4309689365 Add namespace and constructor to stub task class 2024-09-12 12:11:39 +02:00
Narek Zakarian
a25c86477c
Add stubs for WC Task 2024-09-11 19:46:48 +04:00
Narek Zakarian
0b9515df2c
Add stubs for WC Task 2024-09-11 19:44:57 +04:00
Narek Zakarian
4fb62c5c72
Add stubs for WC Task 2024-09-11 19:41:12 +04:00
Moritz Meißelbach
789d979c80
Merge branch 'refs/heads/trunk' into modularity-module-migration
# Conflicts:
#	modules/ppcp-applepay/src/ApplepayModule.php
#	modules/ppcp-compat/src/CompatModule.php
2024-08-23 15:50:49 +02:00
Moritz Meißelbach
4d9f23e315
Merge branch 'refs/heads/trunk' into modularity-module-migration
# Conflicts:
#	composer.lock
#	modules/ppcp-axo/src/AxoModule.php
#	modules/ppcp-blocks/src/BlocksModule.php
#	modules/ppcp-compat/src/CompatModule.php
#	modules/ppcp-googlepay/src/GooglepayModule.php
#	modules/ppcp-order-tracking/src/OrderTrackingModule.php
#	modules/ppcp-wc-subscriptions/src/WcSubscriptionsModule.php
2024-08-23 14:25:36 +02:00
Emili Castells
ffc389ebda
Merge pull request #2511 from woocommerce/PCP-3317-implement-ap-ms-via-orders-api
Implement country based APMs via Orders API (3317)
2024-08-22 11:52:12 +02:00