Changeset 47122 for trunk/tests/phpunit/tests/filesystem/findFolder.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/filesystem/findFolder.php
r46586 r47122 110 110 $this->assertEquals( '/example.com/sub/', $path ); 111 111 112 // sub.example.com - Plugins 112 // sub.example.com - Plugins. 113 113 $path = $fs->find_folder( '/var/www/example.com/sub/wp-content/plugins/' ); 114 114 $this->assertEquals( '/example.com/sub/wp-content/plugins/', $path );
Note: See TracChangeset
for help on using the changeset viewer.