Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
InfoTest Class Reference
Inheritance diagram for InfoTest:

Public Member Functions

 testToHtmlNoExistingIntegrationData ()
 

Detailed Description

Test for \Magento\Integration\Block\Adminhtml\Integration\Edit\Tab\Info

Definition at line 15 of file InfoTest.php.

Member Function Documentation

◆ testToHtmlNoExistingIntegrationData()

testToHtmlNoExistingIntegrationData ( )

@magentoAppArea adminhtml

Definition at line 40 of file InfoTest.php.

41  {
42  $this->assertRegExp(
43  '/<input id="integration_properties_name" name="name".*type="text".*>/',
44  $this->block->toHtml()
45  );
46  $this->assertRegExp(
47  '/<input id="integration_properties_email" name="email".*type="text".*>/',
48  $this->block->toHtml()
49  );
50  $this->assertRegExp(
51  '/<input id="integration_properties_endpoint" name="endpoint".*type="text".*>/',
52  $this->block->toHtml()
53  );
54  $this->assertRegExp(
55  '/<input id="integration_properties_identity_link_url" name="identity_link_url".*type="text".*>/',
56  $this->block->toHtml()
57  );
58  }

The documentation for this class was generated from the following file: