Skip to content

Commit 01f1f42

Browse files
author
Bohdan Korablov
committed
MAGETWO-59256: [GitHub] Custom composer modules break Component Manager #6718
1 parent e871276 commit 01f1f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Model/PackagesDataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function testSyncPackagesData()
233233
* @expectedException \RuntimeException
234234
* @expectedExceptionMessage Couldn't get available versions for package partner/package-4
235235
*/
236-
public function testGetPackagesForUPdateWithException()
236+
public function testGetPackagesForUpdateWithException()
237237
{
238238
$requiredPackages = [
239239
'partner/package-4' => '4.0.4',

0 commit comments

Comments
 (0)