We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f7610 commit 890206aCopy full SHA for 890206a
app/code/Magento/Catalog/Test/Unit/Controller/Category/ViewTest.php
@@ -181,7 +181,7 @@ protected function setUp()
181
/**
182
* Apply custom layout update is correct
183
*
184
- * @dataProvider getInvokationData
+ * @dataProvider getInvocationData
185
* @return void
186
*/
187
public function testApplyCustomLayoutUpdate(array $expectedData): void
@@ -235,7 +235,7 @@ private function expectationForPageLayoutHandles($data): void
235
236
* @return array
237
238
- public function getInvokationData(): array
+ public function getInvocationData(): array
239
{
240
return [
241
[
0 commit comments