Wordpress/tests/phpunit/data
Konstantin Obenland ab087dadfc Themes: Account for uppercase chars when managing themes.
Fixes a bug where the UI wasn't updated after deleting/updating a theme.

Also introduces unit tests for theme management ajax handlers. For now they're
focused on `wp_ajax_update_theme()` but they can include tests for other
handlers as well.

Props chrisjean for initial patch.
Fixes #37924.
 


git-svn-id: https://develop.svn.wordpress.org/trunk@38710 602fd350-edb4-49c9-b593-d223f7449a82
2016-10-03 18:12:57 +00:00
..
export Add wordpress-importer tests demonstrating slashed data behavior. 2016-08-19 13:26:04 +00:00
formatting Shortcodes/Formatting: Add PCRE Performance Testing 2015-10-02 04:25:40 +00:00
images Merge the Responsive Images feature plugin into core, initial commit. See: https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/ 2015-10-06 04:58:21 +00:00
languages I18N: Remove the requirement to call `load_plugin_textdomain()` / `load_theme_textdomain()`. 2016-05-10 20:04:52 +00:00
plugins I18N: Remove the requirement to call `load_plugin_textdomain()` / `load_theme_textdomain()`. 2016-05-10 20:04:52 +00:00
pomo
theme-file-child Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes. 2016-09-08 22:53:57 +00:00
theme-file-parent Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes. 2016-09-08 22:53:57 +00:00
themedir1 Themes: Account for uppercase chars when managing themes. 2016-10-03 18:12:57 +00:00
WPHTTP-testcase-redirection-script.php