mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
The test assumes that if a CSS file was added to `$_old_files` all three files (.css, .min.css, -rtl.min.css; it's actually missing the fourth case, -rtl.css) don't exist anymore. But this isn't always the case. The test is also incredible slow because it does three `file_exists()` checks for each file — the global contains 646 files currently. It's important what we have in the /build directory and that's covered by `test_new_files_are_not_in_old_files_array_compiled()`. Fixes #36083. git-svn-id: https://develop.svn.wordpress.org/trunk@36885 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| includesComment.php | ||
| includesFile.php | ||
| includesListTable.php | ||
| includesMisc.php | ||
| includesPlugin.php | ||
| includesPost.php | ||
| includesScreen.php | ||
| includesTemplate.php | ||
| includesTheme.php | ||
| includesUpdateCore.php | ||