VersionPress\Tests\End2End\Utils\WpCliWorker::__construct PHP Method

__construct() public method

public __construct ( TestConfig $testConfig )
$testConfig VersionPress\Tests\Utils\TestConfig
    public function __construct(TestConfig $testConfig)
    {
        $this->wpAutomation = new WpAutomation($testConfig->testSite, $testConfig->wpCliVersion);
        $this->testConfig = $testConfig;
    }

Usage Example

 public function __construct(TestConfig $testConfig)
 {
     parent::__construct($testConfig);
     $this->testPost['post_type'] = $this->getPostType();
 }
All Usage Examples Of VersionPress\Tests\End2End\Utils\WpCliWorker::__construct