diff options
author | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2019-03-15 18:07:09 +0000 |
---|---|---|
committer | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2019-03-15 18:07:09 +0000 |
commit | 152e9d2b8fd52d86f3f61b9c3d60162a993b079b (patch) | |
tree | 4e68b7774e4688bcbaf77dc5a8f4c3111dff49b9 /tests/phpunit/includes/testcase-ajax.php | |
parent | 40ff06c08335f3b0972ed4422493e1f268086dc9 (diff) | |
download | wordpress-152e9d2b8fd52d86f3f61b9c3d60162a993b079b.tar.gz wordpress-152e9d2b8fd52d86f3f61b9c3d60162a993b079b.zip |
Privacy: Add unit tests for exporting and erasing personal data.
Props birgire, garrett-eclipse, desrosj.
Fixes #43438.
git-svn-id: https://develop.svn.wordpress.org/trunk@44909 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'tests/phpunit/includes/testcase-ajax.php')
-rw-r--r-- | tests/phpunit/includes/testcase-ajax.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/includes/testcase-ajax.php b/tests/phpunit/includes/testcase-ajax.php index bf5a5bce91..736d362f76 100644 --- a/tests/phpunit/includes/testcase-ajax.php +++ b/tests/phpunit/includes/testcase-ajax.php @@ -119,6 +119,8 @@ abstract class WP_Ajax_UnitTestCase extends WP_UnitTestCase { 'delete-theme', 'install-theme', 'get-post-thumbnail-html', + 'wp-privacy-export-personal-data', + 'wp-privacy-erase-personal-data', ); public static function setUpBeforeClass() { |