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); }