Mike Jolley
ad49085571
Append random number to reduce recusion
2019-03-27 12:22:15 +00:00
Mike Jolley
94466460ad
Tests
2019-03-26 11:09:30 +00:00
Rodrigo Primo
61a096d871
Fix PHPCS in the Travis builds
...
PR https://github.com/woocommerce/woocommerce/pull/23082 made some changes to the Travis configuration and one of those changes broke the PHPCS when running inside Travis with the following error:
```
ERROR: Referenced sniff "WooCommerce-Core" does not exist
```
For example: https://travis-ci.org/woocommerce/woocommerce/jobs/509471213#L659
This problem went unnoticed during the PR review as no PHP file was modified in it and thus there was no file for PHPCS to check.
This commit fixes the error above by installing the Composer package `woocommerce/woocommerce-sniffs` which is the package that provides `WooCommerce-Core` sniffs and which installs `wp-coding-standards/wpcs` as one of its requirements. I couldn't find an easy way to make this work installing `woocommerce/woocommerce-sniffs` globally so that is why this commit also removes the `global` parameter when calling composer.
2019-03-21 15:23:42 -03:00
Gerhard
e9e64dc30a
Use vendor bin folder for calling phpunit
2019-03-19 15:41:43 +02:00
Gerhard
441c79ee41
Fix syntax error in shell script
2019-03-19 15:31:49 +02:00
Gerhard
0a1eb076ea
Add PHPUnit call fallback for 5.2 specifically
2019-03-19 15:23:36 +02:00
Gerhard
a59969ca53
Do not try to run composer on PHP 5.2 and default to phpunit command instead of specifying path, travis will first try and look for in the composer dirs.
2019-03-19 14:30:54 +02:00
Gerhard
d391e87fc7
Update PHPUnit location
2019-03-19 13:47:26 +02:00
Gerhard
dc99c30772
Move phpunit call after first params
2019-03-19 13:33:21 +02:00
Gerhard
b105550b47
Changes to travis, globally install phpunit and wpcs when required, cache vendor and composer cache directories
2019-03-19 13:14:42 +02:00
Claudio Sanches
a425e92672
Removed legacy "Orders index" tool
2019-03-15 11:34:32 +00:00
Mike Jolley
e2e124f365
Merge pull request #22083 from woocommerce/feature/variation-search
...
Added storing attribute values as post_excerpt for variations.
2019-03-13 15:09:19 +00:00
Peter Fabian
2b8d2cf3dd
PHPCS on test file.
2019-03-13 13:30:59 +01:00
Peter Fabian
0aa9a09d18
Enforced attribute order to make result unambiguous.
2019-03-13 12:36:46 +01:00
Peter Fabian
918ea3c5aa
Added test for attribute_summary.
2019-03-12 18:40:04 +01:00
Mike Jolley
20d7603dd6
Merge branch 'fix/21034'
2019-03-12 13:47:08 +00:00
Mike Jolley
c39f447ff4
Merge branch 'fix/22937'
2019-03-12 13:27:13 +00:00
Mike Jolley
0877e7d8f7
Merge pull request #22954 from woocommerce/add/blocks-rest-api
...
Merge blocks branch: add 8 product blocks and related API endpoints
2019-03-11 15:18:20 +00:00
Mike Jolley
fbda3a91d8
Merge feature/add-tracks into master
2019-03-11 15:15:50 +00:00
Mike Jolley
db6a73d474
Make create_attribute helper use core functions
2019-03-11 14:59:10 +00:00
Mike Jolley
e55bb84e8b
Merge pull request #22718 from woocommerce/experiment/product-sorting-index
...
Performance: product sorting lookup table
2019-03-11 13:27:10 +00:00
Kelly Dwan
845300c975
Update test names and comments to reflect correct user role
2019-03-08 15:16:59 -05:00
Mike Jolley
15ca2144d3
Merge pull request #22773 from woocommerce/performance/delete-empty-meta
...
Performance: delete empty meta
2019-03-08 10:22:31 +00:00
Mike Jolley
e7c8db0796
Merge pull request #22887 from woocommerce/update/22882-additional-system-status-values
...
Additional System Status Options
2019-03-08 10:15:45 +00:00
Mike Jolley
a3c2dcd8f2
Update from master
2019-03-08 09:50:56 +00:00
Kelly Dwan
39a8bbf54c
Fix space/tab issue for phpcs
2019-03-07 12:32:55 -05:00
Claudio Sanches
14b96f0026
Fixed a typo
2019-03-07 14:23:17 -03:00
Claudio Sanches
7938e352e3
Fixed coding standards
2019-03-07 14:16:07 -03:00
Claudio Sanches
ef50a1d5a4
Introduced unit tests for wc_sanitize_phone_number
2019-03-07 14:14:39 -03:00
Mike Jolley
598ac86e95
Tests
2019-03-07 11:08:29 +00:00
Timmy Crawford
85713c4c1a
Updates per feedback.
2019-03-06 17:26:18 -05:00
Timmy Crawford
2b59c5db64
REST API: Add Blocks Products Controller
2019-03-06 17:26:17 -05:00
Timmy Crawford
e17d835e66
REST API: Add wc-blocks/v1/products/categories
2019-03-06 17:26:16 -05:00
Timmy Crawford
afdde006f1
Remove some copied 'terms' in the test file.
2019-03-06 17:26:16 -05:00
Timmy Crawford
f4e17ddcee
REST API: Add wc-blocks/v1/products/attributes controller.
2019-03-06 17:26:15 -05:00
Timmy Crawford
f2fa01d585
PHPCS fixes.
2019-03-06 17:26:15 -05:00
Timmy Crawford
c1313d433c
Updates per feedback.
2019-03-06 17:26:14 -05:00
Timmy Crawford
4311670956
REST API: wc-blocks/v1/products/attributes/%d/terms
2019-03-06 17:26:13 -05:00
Mike Jolley
edb378fcea
Tweak test (test_wc_format_coupon_code) now the format function matches titles
2019-03-06 11:53:20 +00:00
Mike Jolley
16a0a3e27e
Update from master
2019-03-05 19:03:01 +00:00
Mike Jolley
d9d458ce07
Clear cache in tests
2019-03-05 18:19:50 +00:00
Gerhard
5ce0ea762a
Missed PHPCS fix
2019-03-05 14:33:10 +02:00
Paul Sealock
d968b95b53
Add opt in/out to settings page
2019-03-05 11:06:45 +13:00
Mike Jolley
5af9d968e5
Update from master
2019-03-01 10:29:17 +00:00
Rodrigo Primo
25f0023d38
Fix PHPCS violations automatically using phpcbf
2019-02-27 18:09:11 -03:00
Mike Jolley
cc8e516f7a
Merge pull request #22786 from woocommerce/improve/user-registration
...
Improve user's display_name generation during checkout
2019-02-27 12:55:56 +00:00
nishitlangaliya
ee621eec8a
fix: filter prefix changed and unit test added for fn:wc_get_product_stock_status_options
2019-02-25 19:03:57 +05:30
Claudio Sanches
79847ccb93
Fixed coding standards
2019-02-20 16:30:46 -03:00
Claudio Sanches
3ac5f32a8b
Updated tests for wc_create_new_customer
2019-02-20 16:29:10 -03:00
Mike Jolley
7def966e4f
Impoved JSON handling
2019-02-20 12:00:47 +00:00