Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
enabled_subscription_with_invalid_token.php File Reference

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $configWriter = $objectManager->get(\Magento\Framework\App\Config\Storage\WriterInterface::class)
 
 $analyticsToken = $objectManager->get(\Magento\Analytics\Model\AnalyticsToken::class)
 
 $flagManager = $objectManager->get(\Magento\Framework\FlagManager::class)
 

Variable Documentation

◆ $analyticsToken

$analyticsToken = $objectManager->get(\Magento\Analytics\Model\AnalyticsToken::class)

Definition at line 21 of file enabled_subscription_with_invalid_token.php.

◆ $configWriter

$configWriter = $objectManager->get(\Magento\Framework\App\Config\Storage\WriterInterface::class)

Definition at line 13 of file enabled_subscription_with_invalid_token.php.

◆ $flagManager

FlagManager $flagManager = $objectManager->get(\Magento\Framework\FlagManager::class)

Definition at line 27 of file enabled_subscription_with_invalid_token.php.

◆ $objectManager

Definition at line 8 of file enabled_subscription_with_invalid_token.php.