woocommerce/plugins/woocommerce-admin/tests
Jeff Stieler 7b4f825bc7 Fix PHP Fatals from Notes DataStore when columns are missing. (https://github.com/woocommerce/woocommerce-admin/pull/4831)
* Handle admin note data read exceptions.

* Add test for notes datastore encountering an exception in read().

* Fix WC_Admin_notes::get_note() helper.

* Throw exception from WC_Admin_Note class instead.

Mimicking WC_Order, etc.

* Use helper method to retrieve existing notes.

* Use self for static calls.

* Check for valid note before updating in WCPay note class.

* Don't specify columns when fetching notes from the database.

* Fix deprecated function call.

Avoid calling deprecated set_icon() when passing data to WC_Admin_Note constructor.
2020-07-20 11:28:00 -07:00
..
api Fix PHP Fatals from Notes DataStore when columns are missing. (https://github.com/woocommerce/woocommerce-admin/pull/4831) 2020-07-20 11:28:00 -07:00
features Fix sorting to push Storefront to the top of the theme list (https://github.com/woocommerce/woocommerce-admin/pull/4187) 2020-04-28 14:47:05 -07:00
framework/helpers Inbox notification: layout changes (https://github.com/woocommerce/woocommerce-admin/pull/4218) 2020-06-03 08:43:35 -03:00
js Add existing TaskList component to new home screen (https://github.com/woocommerce/woocommerce-admin/pull/4378) 2020-05-21 11:15:08 -06:00
notes Fix PHP Fatals from Notes DataStore when columns are missing. (https://github.com/woocommerce/woocommerce-admin/pull/4831) 2020-07-20 11:28:00 -07:00
remote-inbox-notifications Add product count rule (https://github.com/woocommerce/woocommerce-admin/pull/4334) 2020-06-16 10:22:35 +10:00
reports Fix failing order stats tests (https://github.com/woocommerce/woocommerce-admin/pull/4719) 2020-06-30 11:02:28 -04:00
api-init.php Reports sync refactor (https://github.com/woocommerce/woocommerce-admin/pull/3285) 2020-01-03 00:00:37 +08:00
batch-queue.php Fix failing tests after WC 4.0 merge (https://github.com/woocommerce/woocommerce-admin/pull/3870) 2020-03-12 14:46:13 +01:00
bootstrap.php Build: Don't Attempt to Load non-minified Assets in Core Build (https://github.com/woocommerce/woocommerce-admin/pull/4747) 2020-07-06 10:39:58 -07:00
loader.php Build: Don't Attempt to Load non-minified Assets in Core Build (https://github.com/woocommerce/woocommerce-admin/pull/4747) 2020-07-06 10:39:58 -07:00
page-controller.php Fix wc-admin registered page breadcrumb path (https://github.com/woocommerce/woocommerce-admin/pull/4563) 2020-06-13 07:25:43 +09:30
plugin-version.php Fix missing version update callback and add test (https://github.com/woocommerce/woocommerce-admin/pull/4816) 2020-07-16 12:08:40 -04:00
plugins-helper.php Abstract onboarding plugin code into a PluginsHelper class (https://github.com/woocommerce/woocommerce-admin/pull/3999) 2020-03-27 11:28:59 +10:30
test-sample.php Fix linting errors in tests/test-sample.php 2018-10-23 09:57:45 -04:00