__construct() public méthode

Does nothing yet. The first output will be sent on the first test start.
public __construct ( )
 function __construct($AC)
 {
     parent::__construct();
     $this->verbose = $AC['verbose'];
 }
 /**
  * Handle initialization
  *
  * @param {@link TextReporter}
  */
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->esc_start = chr(27) . '[';
 }