9 use Magento\Mtf\ObjectManager;
10 use Magento\Mtf\Util\Protocol\CurlInterface;
30 protected $config =
'admin_session_lifetime_1_hour, wysiwyg_disabled, admin_account_sharing_enable, log_to_file';
37 private $curlTransport;
46 CurlTransport $curlTransport,
51 $this->curlTransport = $curlTransport;
62 $this->curlTransport->write($_ENV[
'app_frontend_url'], [], CurlInterface::GET);
64 if (strpos(
$response,
'Home Page') !==
false) {
65 $this->objectManager->create(
66 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
67 [
'configData' => $this->config]
79 return 'Configuration Profile #1';
__construct(ObjectManager $objectManager, CurlTransport $curlTransport, array $arguments=[])