Skip to content

Commit a415f05

Browse files
committed
MQE-1513: createData throws a useless error message during runtime when the entity does not exist
reverted changes
1 parent 1075fd4 commit a415f05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Util/TestGeneratorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Magento\FunctionalTestingFramework\Util\MagentoTestCase;
1515
use Magento\FunctionalTestingFramework\Util\TestGenerator;
1616
use Magento\FunctionalTestingFramework\Config\MftfApplicationConfig;
17-
use Magento\FunctionalTestingFramework\Exceptions\TestReferenceException;
1817

1918
class TestGeneratorTest extends MagentoTestCase
2019
{
@@ -47,7 +46,6 @@ public function testEntityException()
4746
*
4847
* @throws \Magento\FunctionalTestingFramework\Exceptions\TestReferenceException
4948
*/
50-
5149
public function testSkippedNoGeneration()
5250
{
5351
$actionInput = 'fakeInput';

0 commit comments

Comments
 (0)