Skip to content

Commit 3557690

Browse files
author
Bohdan Korablov
committed
MAGETWO-56786: [GITHUB][PR] Ensure composer.json exists #4121
1 parent 5120cb9 commit 3557690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/SampleData/Model/DependencyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DependencyTest extends \PHPUnit_Framework_TestCase
2020
/**
2121
* @var ComposerInformation|\PHPUnit_Framework_MockObject_MockObject
2222
*/
23-
protected $composerInformationMock;
23+
private $composerInformationMock;
2424

2525
/**
2626
* @var ComponentRegistrar|\PHPUnit_Framework_MockObject_MockObject

0 commit comments

Comments
 (0)