Skip to content

Commit 0095402

Browse files
authored
Fix typo
1 parent cd91e89 commit 0095402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Setup/Test/Unit/Patch/PatchApplierTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function testApplyDataPatchForInstalledModule($moduleName, $dataPatches,
323323
public function applyDataPatchDataInstalledModuleProvider()
324324
{
325325
return [
326-
'upgrade module iwth only OtherDataPatch' => [
326+
'upgrade module with only OtherDataPatch' => [
327327
'moduleName' => 'Module1',
328328
'dataPatches' => [
329329
// phpstan:ignore
@@ -608,7 +608,7 @@ public function testRevertDataPatches()
608608
public function schemaPatchDataProvider()
609609
{
610610
return [
611-
'upgrade module iwth only OtherSchemaPatch' => [
611+
'upgrade module with only OtherSchemaPatch' => [
612612
'moduleName' => 'Module1',
613613
'schemaPatches' => [
614614
// phpstan:ignore

0 commit comments

Comments
 (0)