woocommerce/tests/unit-tests/coupon
Rodrigo Primo 5f6c729107 Remove unnecessary clean up code from unit tests
This commit removes unnecessary clean up code form some unit tests. All database changes done during a test are automatically reverted after the test finishes, so it is not necessary to write code to manually remove them. This change simplifies the test code and make it run a bit faster.
2018-08-23 15:15:17 -03:00
..
coupon.php Remove unnecessary clean up code from unit tests 2018-08-23 15:15:17 -03:00
data-store.php Add a exception test to coupon delete 2018-05-24 12:37:52 +02:00
data.php Add 'public' visibility declarations to coupon test methods 2018-01-22 04:13:13 +00:00
functions.php Use strict comparison in test_wc_coupons_enabled() 2018-01-22 04:11:02 +00:00