@@ -69,7 +69,7 @@ public function tearDown()
69
69
/**
70
70
* Test get \Magento\Cms\Api\Data\PageInterface
71
71
*/
72
- public function _testGet ()
72
+ public function testGet ()
73
73
{
74
74
$ pageTitle = 'Page title ' ;
75
75
$ pageIdentifier = 'page-title ' . uniqid ();
@@ -139,7 +139,7 @@ public function testCreate()
139
139
/**
140
140
* Test update \Magento\Cms\Api\Data\PageInterface
141
141
*/
142
- public function _testUpdate ()
142
+ public function testUpdate ()
143
143
{
144
144
$ pageTitle = 'Page title ' ;
145
145
$ newPageTitle = 'New Page title ' ;
@@ -182,7 +182,7 @@ public function _testUpdate()
182
182
* Test delete \Magento\Cms\Api\Data\PageInterface
183
183
* @expectedException \Magento\Framework\Exception\NoSuchEntityException
184
184
*/
185
- public function _testDelete ()
185
+ public function testDelete ()
186
186
{
187
187
$ pageTitle = 'Page title ' ;
188
188
$ pageIdentifier = 'page-title ' . uniqid ();
@@ -211,7 +211,7 @@ public function _testDelete()
211
211
/**
212
212
* Test search \Magento\Cms\Api\Data\PageInterface
213
213
*/
214
- public function _testSearch ()
214
+ public function testSearch ()
215
215
{
216
216
$ pageTitle = 'Page title ' ;
217
217
$ pageIdentifier = 'page-title ' . uniqid ();
0 commit comments