Skip to content

Commit

Permalink
Update tests to remove 7.5 files, add some new ones from 7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dereksmart committed Sep 2, 2019
1 parent 0c988ed commit 7d7b0e9
Showing 1 changed file with 2 additions and 212 deletions.
214 changes: 2 additions & 212 deletions tests/php/test_deprecation.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,222 +151,12 @@ function provider_deprecated_file_paths() {
return array(

array(
'class.jetpack-options.php',
'class.jetpack-ixr-client.php',
null,
E_USER_NOTICE,
),
array(
'class.jetpack-client.php',
null,
E_USER_NOTICE,
),
array(
'_inc/lib/tracks/class.tracks-client.php',
null,
E_USER_NOTICE,
),
array(
'_inc/lib/tracks/class.tracks-event.php',
null,
E_USER_NOTICE,
),
array(
'class.jetpack-constants.php',
null,
E_USER_NOTICE,
),
array(
'class.jetpack-jitm.php',
null,
E_USER_NOTICE,
),
array(
'class.jetpack-signature.php',
null,
E_USER_NOTICE,
),
array(
'class.jetpack-tracks.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-actions.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-defaults.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-functions.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-json-deflate-array-codec.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-listener.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-attachments.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-callables.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-comments.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-constants.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-full-sync.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-import.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-menus.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-meta.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-network-options.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-options.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-plugins.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-posts.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-protect.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-stats.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-terms.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-themes.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-updates.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-users.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-woocommerce.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module-wp-super-cache.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-module.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-modules.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-queue.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-sender.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-server.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-settings.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-simple-codec.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-users.php',
null,
E_USER_NOTICE,
),
array(
'sync/class.jetpack-sync-wp-replicastore.php',
null,
E_USER_NOTICE,
),
array(
'sync/interface.jetpack-sync-codec.php',
null,
E_USER_NOTICE,
),
array(
'sync/interface.jetpack-sync-replicastore.php',
'class.jetpack-xmlrpc-server.php',
null,
E_USER_NOTICE,
),
Expand Down

0 comments on commit 7d7b0e9

Please sign in to comment.