Skip to content

Commit e669b04

Browse files
Merge pull request #1390 from magento-jackalopes/MAGETWO-71391-incorrect-class-name
[Jackalopes] Incorrect class name in unit tests
2 parents e8976ad + a9eadc5 commit e669b04

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Utility/FilesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Magento\Framework\App\Utility\Files;
99
use Magento\Framework\Component\ComponentRegistrar;
1010

11-
class FilesTest extends \PHPUnit\Framework\Testcase
11+
class FilesTest extends \PHPUnit\Framework\TestCase
1212
{
1313
/**
1414
* @var \Magento\Framework\Component\DirSearch|\PHPUnit_Framework_MockObject_MockObject

lib/internal/Magento/Framework/Console/Test/Unit/Exception/GenerationDirectoryAccessExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
use Magento\Framework\Console\Exception\GenerationDirectoryAccessException;
99

10-
class GenerationDirectoryAccessExceptionTest extends \PHPUnit\Framework\Testcase
10+
class GenerationDirectoryAccessExceptionTest extends \PHPUnit\Framework\TestCase
1111
{
1212
public function testConstructor()
1313
{

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Relations/RuntimeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
require_once __DIR__ . '/../_files/Child.php';
1010

11-
class RuntimeTest extends \PHPUnit\Framework\Testcase
11+
class RuntimeTest extends \PHPUnit\Framework\TestCase
1212
{
1313
/**
1414
* @var \Magento\Framework\ObjectManager\Relations\Runtime

lib/internal/Magento/Framework/Reflection/Test/Unit/DataObjectProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Magento\Framework\Reflection\DataObjectProcessor;
1010
use Magento\Framework\Reflection\ExtensionAttributesProcessor;
1111

12-
class DataObjectProcessorTest extends \PHPUnit\Framework\Testcase
12+
class DataObjectProcessorTest extends \PHPUnit\Framework\TestCase
1313
{
1414
/**
1515
* @var DataObjectProcessor

lib/internal/Magento/Framework/TestFramework/Test/Unit/Autoloader/ExtensionAttributesGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
use Magento\Framework\TestFramework\Unit\Autoloader\ExtensionAttributesGenerator;
1010

11-
class ExtensionAttributesGeneratorTest extends \PHPUnit\Framework\Testcase
11+
class ExtensionAttributesGeneratorTest extends \PHPUnit\Framework\TestCase
1212
{
1313
/**
1414
* @var ExtensionAttributesGenerator

lib/internal/Magento/Framework/TestFramework/Test/Unit/Autoloader/ExtensionAttributesInterfaceGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
use Magento\Framework\TestFramework\Unit\Autoloader\ExtensionAttributesInterfaceGenerator;
1010

11-
class ExtensionAttributesInterfaceGeneratorTest extends \PHPUnit\Framework\Testcase
11+
class ExtensionAttributesInterfaceGeneratorTest extends \PHPUnit\Framework\TestCase
1212
{
1313
/**
1414
* @var ExtensionAttributesInterfaceGenerator

lib/internal/Magento/Framework/TestFramework/Test/Unit/Autoloader/FactoryGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
use Magento\Framework\TestFramework\Unit\Autoloader\FactoryGenerator;
1010

11-
class FactoryGeneratorTest extends \PHPUnit\Framework\Testcase
11+
class FactoryGeneratorTest extends \PHPUnit\Framework\TestCase
1212
{
1313
/**
1414
* @var FactoryGenerator

0 commit comments

Comments
 (0)