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 6979373 commit 8f96f08Copy full SHA for 8f96f08
setup/src/Magento/Setup/Test/Unit/Model/UninstallCollectorTest.php
@@ -89,10 +89,9 @@ public function testUninstallCollectorWithInput()
89
->with($this->result)
90
->willReturn([['module' => 'Magento_A']]);
91
92
- $this->assertEquals(['Magento_A' => 'Magento\A\Setup\Uninstall'], $this->collector->collectUninstall(['Magento_A']));
93
- }
94
- public function tearDown(): void
95
- {
96
- parent::tearDown();
+ $this->assertEquals(
+ ['Magento_A' => 'Magento\A\Setup\Uninstall'],
+ $this->collector->collectUninstall(['Magento_A'])
+ );
97
}
98
0 commit comments