Inheritance: implements VersionPress\Tests\End2End\Utils\ITestWorker
コード例 #1
0
 public function __construct(TestConfig $testConfig)
 {
     parent::__construct($testConfig);
     $this->testPost['post_type'] = $this->getPostType();
 }
コード例 #2
0
 public function __construct(TestConfig $testConfig)
 {
     parent::__construct($testConfig);
     $this->repository = new GitRepository($this->testConfig->testSite->path);
 }