summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/includes/testcase-ajax.php
diff options
context:
space:
mode:
authorJonathan Desrosiers <desrosj@git.wordpress.org>2019-03-15 18:07:09 +0000
committerJonathan Desrosiers <desrosj@git.wordpress.org>2019-03-15 18:07:09 +0000
commit152e9d2b8fd52d86f3f61b9c3d60162a993b079b (patch)
tree4e68b7774e4688bcbaf77dc5a8f4c3111dff49b9 /tests/phpunit/includes/testcase-ajax.php
parent40ff06c08335f3b0972ed4422493e1f268086dc9 (diff)
downloadwordpress-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.php2
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() {