You appear to be a bot. Output may be restricted Description Usage MockFS_Node::is_dir(); Parameters Returns void Source File name: wordpress-develop-tests/phpunit/includes/mock-fs.php Lines: 1 to 4 of 4 public function is_dir() { return 'd' === $this->type; } View on GitHub