mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
Scott Taylor
14893eb628
AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to run? They all eventually call
do_action( 'admin_init' )
, which has _maybe_update_core
, _maybe_update_plugins
, and _maybe_update_themes
hooked to it. REMOVE THEM, and AJAX unit tests run like the wind. Tests_Ajax_Response
is still slow.
See #30017, #33968. git-svn-id: https://develop.svn.wordpress.org/trunk@35311 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.2%
SCSS
0.8%
HTML
0.7%