Mike Jolley
13602cd987
Merge pull request #18236 from woocommerce/fix/rest-api-add-coupons-order
...
REST API: Adding + removing coupons via API doesn't recalculate totals correctly
2018-01-03 11:37:23 +00:00
Mike Jolley
ea090f849d
Merge pull request #18148 from woocommerce/update/e2e
...
Update e2e testing
2018-01-03 11:17:50 +00:00
claudiulodro
09ef2195be
Manual set order tests
2017-12-22 11:35:52 -08:00
Claudiu Lodromanean
20f698db2b
Merge pull request #18219 from woocommerce/fix/18197
...
Compare the date modified when loading session data.
2017-12-22 08:17:14 -08:00
Mike Jolley
e9105bd37d
Fix tests
2017-12-21 19:00:55 +00:00
claudiulodro
1c8dd6acbb
Proposed fix for api coupon recalculating
2017-12-20 11:37:35 -08:00
Kelly Dwan
70455b79a3
Add failing tests to demonstrate problem adding & removing coupons
2017-12-19 16:46:26 -05:00
claudiulodro
b7c659ca07
Fix php <=5.6 errors
2017-12-19 11:37:37 -08:00
claudiulodro
cff662ac47
phpcs
2017-12-19 09:30:02 -08:00
claudiulodro
3461fd2a3a
Array access tests
2017-12-19 09:22:17 -08:00
claudiulodro
2c884c0003
Progress on order item tests
2017-12-18 14:45:39 -08:00
Claudio Sanches
e68c28589b
Merge pull request #18216 from woocommerce/update/phpcs-ruleset-file-name
...
Use default name for PHPCS configuration file
2017-12-18 12:56:25 -02:00
Claudiu Lodromanean
df2aded066
WC_Query unit tests ( #18180 )
...
* Begin WC_Query tests
* Some tests
* WC_Query unit tests
2017-12-18 12:01:27 -02:00
Gerhard Potgieter
25c4a84491
Add more core-functions unit tests ( #18190 )
...
* Pass through additional args to wc_create_order in test
* Pass extra args to wc_create_order to improve coverage, test WP_Error check of wc_create_order
* wc_get_template_part test
* wc_enqueue_js test
* wc_get_log_file_name test
* wc_get_page_children test
* hash_equals test
* wc_rand_hash test
* wc_transaction_query test
* Fix script test and phpcs stuff
* Fix widget tests
* Move tests to correct file and fix phpcs
2017-12-18 11:58:40 -02:00
Rodrigo Primo
bf052c14c7
Use default name for PHPCS configuration file
...
This commit renames PHPCS configutarion file to `phpcs.xml`. With the default name, it is not necessary to use the argument `--standard=phpcs.ruleset.xml` anymore when calling `phpcs`.
2017-12-18 11:49:44 -02:00
Gerhard Potgieter
d512421fa1
Make the test work on any test platform
2017-12-15 14:51:47 +02:00
Gerhard Potgieter
58457dab3a
Unit tests for wc_is_active_theme
2017-12-15 14:43:56 +02:00
Claudiu Lodromanean
650faf6450
Merge pull request #18169 from woocommerce/add/unit-tests
...
Widget unit tests
2017-12-14 13:19:21 -08:00
Mike Jolley
1555507756
Merge pull request #18123 from woocommerce/update/setup-wizard-omit-paypal-standard
...
Setup wizard: Omit PayPal Standard unless plugins cannot be installed
2017-12-14 16:42:03 +00:00
Gerhard Potgieter
549b4bfa1a
Widget unit tests
2017-12-14 13:57:53 +02:00
Gerhard Potgieter
276bff133f
Improve unit test coverage ( #18136 )
...
* Test for main WooCommerce class
* Check all class instances created from main class.
* Test all constants
* Test for deprecated hook handler classes as well
* Test template path constant
* Check static class instances
* get_cart_item_quantities test
* get_cart_item_quantities & get_cart_contents_weight tests
* check_cart_items test
* Check_cart_item_stock test
* Cart get_cross_sells test
* Cart get_tax_totals test
* WC_Customer_Download_Data_Store tests
2017-12-14 08:45:00 -02:00
Gerhard Potgieter
2f477887fb
Merge branch 'master' of github.com:woocommerce/woocommerce into add/unit-tests
2017-12-14 10:56:01 +02:00
Gerhard Potgieter
89d0aa0a2f
WC_Customer_Download_Data_Store tests
2017-12-14 10:12:56 +02:00
claudiulodro
da5eb4abd4
Update e2e sql db
2017-12-13 12:58:18 -08:00
claudiulodro
f6f8c93e26
Update e2e tests and library
2017-12-13 12:14:53 -08:00
Claudiu Lodromanean
b0189363c2
Merge pull request #18137 from woocommerce/fix/failing-get-billing-email-test
...
Add exception message to fix failing test
2017-12-13 09:51:44 -08:00
Gerhard Potgieter
b39ab218dd
Cart get_tax_totals test
2017-12-13 16:42:09 +02:00
Paul Dechov
8f3de46637
Merge branch 'master' into update/setup-wizard-omit-paypal-standard
2017-12-13 09:41:25 -05:00
Paul Dechov
f4c557a9be
Add test verifying that the correct list of payment gateways is returned per country
2017-12-13 09:35:43 -05:00
Gerhard Potgieter
deb2ad8f40
Cart get_cross_sells test
2017-12-13 16:33:17 +02:00
Gerhard Potgieter
2f239311f2
Check_cart_item_stock test
2017-12-13 16:30:47 +02:00
Rodrigo Primo
2329e4f526
Add exception message to fix failing test
...
This commit adds the exception message thrown when WC_Order::set_billing_email() is called with an invalid message to a test to fix it.
I couldn't find what change in WC codebase broke the test and I'm not sure why it is failing only when running using PHP 5.6:
https://travis-ci.org/woocommerce/woocommerce/jobs/315750242#L600
2017-12-13 12:28:48 -02:00
Gerhard Potgieter
2e7a47d9df
check_cart_items test
2017-12-13 16:22:11 +02:00
Rodrigo Primo
ddc2d926fc
PHPCS: fix violations manually
2017-12-13 12:19:51 -02:00
Gerhard Potgieter
6560dd42ab
get_cart_item_quantities & get_cart_contents_weight tests
2017-12-13 16:17:09 +02:00
Rodrigo Primo
c4665bff46
Automatic PHPCS fixes using phpcbf
2017-12-13 12:11:47 -02:00
Gerhard Potgieter
4eb971e81d
get_cart_item_quantities test
2017-12-13 16:10:25 +02:00
Mike Jolley
a42ba4607e
Merge pull request #18060 from woocommerce/fix/17915
...
Background processing; multisite should process current blog queue only
2017-12-13 12:38:19 +00:00
Gerhard Potgieter
ea54e0892c
Check static class instances
2017-12-13 14:02:02 +02:00
Gerhard Potgieter
6060de3200
Test template path constant
2017-12-13 13:51:34 +02:00
Gerhard Potgieter
c56a8436d0
Test for deprecated hook handler classes as well
2017-12-13 13:49:45 +02:00
Gerhard Potgieter
336e096b48
Test all constants
2017-12-13 13:47:49 +02:00
Gerhard Potgieter
748ca37838
Check all class instances created from main class.
2017-12-13 13:36:36 +02:00
Gerhard Potgieter
c334556ba9
Test for main WooCommerce class
2017-12-13 13:31:01 +02:00
Gerhard Potgieter
338632a183
Use assertArrayHasKey instead
2017-12-13 13:19:34 +02:00
Gerhard Potgieter
9984940eb3
Use correct array format for test to be compatible with lower versions of PHP
2017-12-13 11:23:11 +02:00
Gerhard Potgieter
5a87736f02
Update wp-background-process unit tests to take into account new prefix
2017-12-13 11:19:18 +02:00
Mike Jolley
4be91ec900
fixed `role="alert"` tests
2017-12-12 18:29:24 +00:00
Claudio Sanches
eaa440df5f
Merge pull request #18071 from woocommerce/update/18045
...
Attributes; remove 'text' display option
2017-12-08 14:36:36 -02:00
Mike Jolley
890ee4f1b9
This test cannot pass with refactor
2017-12-08 16:30:56 +00:00