Skip to content

Commit 768261d

Browse files
committed
MAGETWO-69240: Unit Tests have different behavior between run for a bunch and a single test
- Add @return tag to the phpdoc
1 parent c1b9da1 commit 768261d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/TestFramework/Unit/Listener/ReplaceObjectManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ReplaceObjectManager extends \PHPUnit_Framework_BaseTestListener
2424
* and makes working with ObjectManager predictable as it always contains clear mock for each test
2525
*
2626
* @param \PHPUnit_Framework_Test $test
27+
* @return void
2728
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2829
*/
2930
public function startTest(\PHPUnit_Framework_Test $test)

0 commit comments

Comments
 (0)