woocommerce/tests/legacy
Matt Harrison e696ac7824
Queue all webhooks on shutdown.
It is possible for a later duplicate webhook to be fired too early if
the same webhook triggers in one request more than once with the updated
changes from the second one missing if it happens too quickly.
This queues all webhook to be register on shutdown instead of just
syncronous ones to make sure all data from the request is updated first
before the webhook gets queued.
2020-07-27 12:11:40 -04:00
..
data Add unit test and a sample Woo plugin file 2020-05-01 22:47:08 +05:30
framework Merge branch 'master' into fix/25843 2020-07-24 17:04:28 -03:00
includes Moved PHPUnit suite into tests/legacy 2020-04-24 13:53:40 -07:00
unit-tests Queue all webhooks on shutdown. 2020-07-27 12:11:40 -04:00
bootstrap.php Moved autoloading of `Automattic\WooCommerce\Testing\Tools` namespace into test bootstrap 2020-07-24 09:25:09 +02:00
classes-with-mockable-static-methods.php Code hacker resdesign for single-load of code files. 2020-06-02 19:06:53 +02:00
mockable-functions.php Code hacker resdesign for single-load of code files. 2020-06-02 19:06:53 +02:00