You appear to be a bot. Output may be restricted
Description
PHP5 constructor.
Usage
MockAction::__construct( $debug );
Parameters
- $debug
- ( mixed ) optional –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/utils.php
Lines:
1 to 5 of 5
public function __construct( $debug = 0 ) { $this->reset(); $this->debug = $debug; }