Changeset 52010 for trunk/tests/phpunit/tests/filesystem/findFolder.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/filesystem/findFolder.php
r51476 r52010 9 9 class WP_Filesystem_Find_Folder_Test extends WP_Filesystem_UnitTestCase { 10 10 11 function test_ftp_has_root_access() {11 public function test_ftp_has_root_access() { 12 12 global $wp_filesystem; 13 13 $fs = $wp_filesystem; … … 28 28 } 29 29 30 function test_sibling_wordpress_in_subdir() {30 public function test_sibling_wordpress_in_subdir() { 31 31 global $wp_filesystem; 32 32 $fs = $wp_filesystem; … … 58 58 * wp.example.com at /wp.example.com/wordpress/ 59 59 */ 60 function test_subdir_of_another() {60 public function test_subdir_of_another() { 61 61 global $wp_filesystem; 62 62 $fs = $wp_filesystem; … … 85 85 * @ticket 20934 86 86 */ 87 function test_multiple_tokens_in_path1() {87 public function test_multiple_tokens_in_path1() { 88 88 global $wp_filesystem; 89 89 $fs = $wp_filesystem;
Note: See TracChangeset
for help on using the changeset viewer.