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

Go to the source code of this file.

Variables

 $model = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\User\Model\User::class)
 
 $userName = 'webapi_user'
 
 $throttler = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(RequestThrottler::class)
 

Variable Documentation

◆ $model

$model = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\User\Model\User::class)

Definition at line 10 of file webapi_user_rollback.php.

◆ $throttler

$throttler = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(RequestThrottler::class)

Definition at line 17 of file webapi_user_rollback.php.

◆ $userName

$userName = 'webapi_user'

Definition at line 11 of file webapi_user_rollback.php.