Test for \Magento\Integration\Block\Adminhtml\Integration\Edit\Tab\Info
Definition at line 15 of file InfoTest.php.
◆ testToHtmlNoExistingIntegrationData()
testToHtmlNoExistingIntegrationData |
( |
| ) |
|
@magentoAppArea adminhtml
Definition at line 40 of file InfoTest.php.
43 '/<input id="integration_properties_name" name="name".*type="text".*>/',
44 $this->block->toHtml()
47 '/<input id="integration_properties_email" name="email".*type="text".*>/',
48 $this->block->toHtml()
51 '/<input id="integration_properties_endpoint" name="endpoint".*type="text".*>/',
52 $this->block->toHtml()
55 '/<input id="integration_properties_identity_link_url" name="identity_link_url".*type="text".*>/',
56 $this->block->toHtml()
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab/InfoTest.php