woocommerce/tests/unit-tests/importer
Rodrigo Primo 1860cd1933 Change WC_Unit_Test_Case to extend WP_HTTP_TestCase instead of WP_UnitTestCase
This commits changes WC_Unit_Test_Case parent class to WP_HTTP_TestCase (which extends WP_UnitTestCase). This way all WC core test classes can benefit from the functionality provided by WP_HTTP_TestCase if needed. This is necessary because otherwise test classes can use the functionality provided by WC_Unit_Test_Case or WP_HTTP_TestCase. This change should not affect test classes that don't explicitly call one of the WP_HTTP_TestCase features.
2018-07-19 14:17:06 -03:00
..
product.php Change WC_Unit_Test_Case to extend WP_HTTP_TestCase instead of WP_UnitTestCase 2018-07-19 14:17:06 -03:00
sample.csv Make importer columns case-insensitive 2017-09-17 10:18:03 -07:00
sample_tax_rates.csv Add unit tests for importing taxes 2018-05-28 11:18:42 +02:00
tax.php Use ob_end_clean() instead of ob_get_clean() 2018-05-29 09:02:40 -03:00