public function __construct($title = '')
 {
     parent::__construct($title);
     $this->width = 1111;
     $this->height = 222;
     $this->doExtraQuoteTests = false;
 }
 public function __construct($title = '')
 {
     parent::__construct($title);
     $this->doExtraQuoteTests = false;
 }
Example #3
0
 public function __construct($testName = '')
 {
     parent::__construct($testName);
     $this->useEscapedQuotes = false;
     $this->doExtraQuoteTests = false;
 }
 public function __construct($title = '')
 {
     parent::__construct($title);
     $this->width = 1111;
     $this->height = 222;
 }