woocommerce / woocommerce-product-tables-feature-plugin

Implements new data-stores and moves product data into custom tables, with a new, normalised data structure.
GNU General Public License v3.0
193 stars 32 forks source link

Remove WC_USE_TRANSACTIONS constant as it is already defined by WC core #68

Closed rodrigoprimo closed 6 years ago

rodrigoprimo commented 6 years ago

Doing this to prevent the following PHP notice that was happening when running unit tests:

Notice: Constant WC_USE_TRANSACTIONS already defined in wp-content/plugins/woocommerce/tests/bootstrap.php on line 67

After removing this constant, I confirmed that this change didn't break any tests.

Fixes #65