Skip to content

Commit a61358c

Browse files
committed
MQE-231: Allow data to extend other data
- Removed unused references - Removed references to teardown outside of MagentoTestCase
1 parent ccd6bff commit a61358c

File tree

6 files changed

+0
-41
lines changed

6 files changed

+0
-41
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Persist/OperationDataArrayResolverTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ class OperationDataArrayResolverTest extends MagentoTestCase
3535
]
3636
]];
3737

38-
/**
39-
* Teardown for removing AspectMock Double References
40-
*/
41-
protected function tearDown()
42-
{
43-
AspectMock::clean();
44-
}
45-
4638
/**
4739
* Test a basic metadata resolve between primitive values and a primitive data set
4840
* <object>

dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Util/DataExtensionUtilTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
*/
1919
class EntityDataExtensionTest extends MagentoTestCase
2020
{
21-
/**
22-
* Teardown for removing AspectMock Double References
23-
*/
24-
protected function tearDown()
25-
{
26-
AspectMock::clean();
27-
}
28-
2921
public function testNoParentData()
3022
{
3123
$extendedDataObject = [

dev/tests/unit/Magento/FunctionalTestFramework/Test/Objects/ActionGroupObjectTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ class ActionGroupObjectTest extends MagentoTestCase
2323
{
2424
const ACTION_GROUP_MERGE_KEY = 'TestKey';
2525

26-
/**
27-
* Teardown for removing AspectMock Double References
28-
*/
29-
protected function tearDown()
30-
{
31-
AspectMock::clean();
32-
}
33-
3426
/**
3527
* Tests a string literal in an action group
3628
*/

dev/tests/unit/Magento/FunctionalTestFramework/Test/Objects/ActionObjectTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
*/
2323
class ActionObjectTest extends MagentoTestCase
2424
{
25-
/**
26-
* Teardown for removing AspectMock Double References
27-
*/
28-
protected function tearDown()
29-
{
30-
AspectMock::clean();
31-
}
32-
3325
/**
3426
* The order offset should be 0 when the action is instantiated with 'before'
3527
*/

dev/tests/unit/Magento/FunctionalTestFramework/Test/Util/ActionMergeUtilTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616

1717
class ActionMergeUtilTest extends MagentoTestCase
1818
{
19-
/**
20-
* Teardown for removing AspectMock Double References
21-
*/
22-
protected function tearDown()
23-
{
24-
AspectMock::clean();
25-
}
26-
2719
/**
2820
* Test to validate actions are properly ordered during a merge.
2921
*

src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/DataObjectHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace Magento\FunctionalTestingFramework\DataGenerator\Handlers;
88

9-
use Magento\FunctionalTestingFramework\Config\Data;
109
use Magento\FunctionalTestingFramework\DataGenerator\Objects\EntityDataObject;
1110
use Magento\FunctionalTestingFramework\DataGenerator\Parsers\DataProfileSchemaParser;
1211
use Magento\FunctionalTestingFramework\Exceptions\XmlException;

0 commit comments

Comments
 (0)