File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/internal/Magento/Framework/Setup/Test/Unit/Patch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class PatchApplierTest extends \PHPUnit\Framework\TestCase
91
91
/**
92
92
* @var PatchBackwardCompatability |\PHPUnit_Framework_MockObject_MockObject
93
93
*/
94
- private $ patchBacwardCompatability ;
94
+ private $ patchBackwardCompatability ;
95
95
96
96
protected function setUp ()
97
97
{
@@ -109,7 +109,7 @@ protected function setUp()
109
109
$ this ->moduleDataSetupMock ->expects ($ this ->any ())->method ('getConnection ' )->willReturn ($ this ->connectionMock );
110
110
111
111
$ objectManager = new ObjectManager ($ this );
112
- $ this ->patchBacwardCompatability = $ objectManager ->getObject (
112
+ $ this ->patchBackwardCompatability = $ objectManager ->getObject (
113
113
PatchBackwardCompatability::class,
114
114
[
115
115
'moduleResource ' => $ this ->moduleResourceMock
@@ -128,7 +128,7 @@ protected function setUp()
128
128
'objectManager ' => $ this ->objectManagerMock ,
129
129
'schemaSetup ' => $ this ->schemaSetupMock ,
130
130
'moduleDataSetup ' => $ this ->moduleDataSetupMock ,
131
- 'patchBackwardCompatability ' => $ this ->patchBacwardCompatability
131
+ 'patchBackwardCompatability ' => $ this ->patchBackwardCompatability
132
132
]
133
133
);
134
134
require_once __DIR__ . '/../_files/data_patch_classes.php ' ;
You can’t perform that action at this time.
0 commit comments