__construct() public method

public __construct ( TestConfig $testConfig )
$testConfig VersionPress\Tests\Utils\TestConfig
 public function __construct(TestConfig $testConfig)
 {
     parent::__construct($testConfig);
     $this->testPost['post_type'] = $this->getPostType();
 }
 public function __construct(TestConfig $testConfig)
 {
     parent::__construct($testConfig);
     $this->repository = new GitRepository($this->testConfig->testSite->path);
 }