You appear to be a bot. Output may be restricted
Description
Usage
MockFS_Node::__construct( $path );
Parameters
- $path
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/mock-fs.php
Lines:
1 to 5 of 5
public function __construct( $path ) { $this->path = $path; $this->name = basename( $path ); }