function ScaffoldTestResult::__construct
Holds the location of the scaffold fixture and the stdout from the test.
Parameters
string $docroot: The location of the scaffold fixture.
string $scaffoldOutput: The stdout from the test.
File
- 
              core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Scaffold/ ScaffoldTestResult.php, line 21  
Class
- ScaffoldTestResult
 - Holds result of a scaffold test.
 
Namespace
Drupal\Tests\Composer\Plugin\ScaffoldCode
public function __construct($docroot, $scaffoldOutput) {
  $this->docroot = $docroot;
  $this->scaffoldOutput = $scaffoldOutput;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.