TextReporter::__construct PHP Метод

__construct() публичный Метод

Does nothing yet. The first output will be sent on the first test start.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
    }

Usage Example

Пример #1
0
 function __construct($AC)
 {
     parent::__construct();
     $this->verbose = $AC['verbose'];
 }
All Usage Examples Of TextReporter::__construct