woocommerce/tests/unit-tests/api
Steve Grunwell 6261ea6cbb Temporarily disable the WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar sniff at the end of the test_get_system_status_info_theme() method.
The wp_get_theme() function returns a WP_Theme object, which uses uppercase property names, which goes against typical WordPress conventions.

This uses the more modern (read: PHP_CodeSniffer 3.2.0+) syntax for temporarily disabling sniffs. For more details, please see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file.
2018-01-15 17:21:35 +00:00
..
coupons.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
customers.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
functions.php Fix “risky” tests 2017-07-12 23:06:38 -05:00
orders.php Manual set order tests 2017-12-22 11:35:52 -08:00
payment-gateways.php fix test 2017-04-27 15:23:04 +01:00
product-reviews.php [Unit Tests] Clean products after tested is complete 2017-11-16 16:56:30 -02:00
product-variations.php Fixed unit tests for variation image 2017-03-23 13:39:16 -03:00
products.php Fixed non existing product on Products_API::test_get_products_without_permission 2017-11-16 16:59:21 -02:00
settings.php Remove invalid test 2017-11-14 16:41:10 +00:00
shipping-methods.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
shipping-zones.php Change the "Rest of the World" zone name to "Locations not covered by your other zones" everywhere 2017-07-11 08:19:42 +01:00
system-status.php Temporarily disable the WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar sniff at the end of the test_get_system_status_info_theme() method. 2018-01-15 17:21:35 +00:00