Skip to content

Commit 890206a

Browse files
committed
fix typo
1 parent 65f7610 commit 890206a

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Test/Unit/Controller/Category

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Category/ViewTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ protected function setUp()
181181
/**
182182
* Apply custom layout update is correct
183183
*
184-
* @dataProvider getInvokationData
184+
* @dataProvider getInvocationData
185185
* @return void
186186
*/
187187
public function testApplyCustomLayoutUpdate(array $expectedData): void
@@ -235,7 +235,7 @@ private function expectationForPageLayoutHandles($data): void
235235
*
236236
* @return array
237237
*/
238-
public function getInvokationData(): array
238+
public function getInvocationData(): array
239239
{
240240
return [
241241
[

0 commit comments

Comments
 (0)