File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Search/Controller/Adminhtml/Synonyms Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class DeleteTest extends AbstractBackendController
29
29
*/
30
30
public function testExecute (): void
31
31
{
32
- $ synonymGroupModel =$ this ->gettestFixture ();
32
+ $ synonymGroupModel =$ this ->getTestFixture ();
33
33
$ this ->getRequest ()->setMethod (HttpRequest::METHOD_POST );
34
34
$ this ->getRequest ()->setPostValue (['group_id ' => $ synonymGroupModel ->getGroupId ()]);
35
35
$ this ->dispatch ('backend/search/synonyms/delete ' );
@@ -53,7 +53,7 @@ public function testExecuteNoId(): void
53
53
*
54
54
* @return SynonymGroup
55
55
*/
56
- private function gettestFixture (): SynonymGroup
56
+ private function getTestFixture (): SynonymGroup
57
57
{
58
58
/** @var Collection */
59
59
$ synonymGroupCollection = Bootstrap::getObjectManager ()->get (Collection::class);
You can’t perform that action at this time.
0 commit comments