You appear to be a bot. Output may be restricted
Description
Usage
WP_Filesystem_MockFS::exists( $path );
Parameters
- $path
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/mock-fs.php
Lines:
1 to 4 of 4
public function exists( $path ) { return isset( $this->fs_map[ $path ] ) || isset( $this->fs_map[ trailingslashit( $path ) ] ); }