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 1d2a23f commit 2ce688bCopy full SHA for 2ce688b
lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator/ProxyTest.php
@@ -27,7 +27,7 @@ protected function setUp(): void
27
$this->ioObjectMock = $this->createMock(Io::class);
28
}
29
30
- public function testGenerasste()
+ public function testGenerate()
31
{
32
require_once __DIR__ . '/_files/Sample.php';
33
$model = $this->getMockBuilder(Proxy::class)
0 commit comments