You appear to be a bot. Output may be restricted
Description
Locates a filesystem "node"
Usage
WP_Filesystem_MockFS::locate_node( $path );
Parameters
- $path
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/mock-fs.php
Lines:
1 to 3 of 3
private function locate_node( $path ) { return isset( $this->fs_map[ $path ] ) ? $this->fs_map[ $path ] : false; }