This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
dev/tests/integration/testsuite/Magento/Framework/Code/Reader Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ public function getConstructorArgumentTypesDataProvider()
41
41
'\Imported\Name\Space\One ' ,
42
42
'\Imported\Name\Space\AnotherTest\Extended ' ,
43
43
'\Imported\Name\Space\Test ' ,
44
- '\Imported\Name\Space\Object \Under\Test ' ,
45
- '\Imported\Name\Space\Object ' ,
44
+ '\Imported\Name\Space\ClassName \Under\Test ' ,
45
+ '\Imported\Name\Space\ClassName ' ,
46
46
'\Some\Testing\Name\Space\Test ' ,
47
47
'array ' ,
48
48
''
Original file line number Diff line number Diff line change 6
6
namespace Some\Testing\Name\Space;
7
7
8
8
use Imported\Name\Space\One as FirstImport;
9
- use Imported\Name\Space\Object ;
9
+ use Imported\Name\Space\ClassName ;
10
10
use Imported\Name\Space\Test as Testing, \Imported\Name\Space\AnotherTest ;
11
11
12
12
class AnotherSimpleClass
@@ -16,8 +16,8 @@ class AnotherSimpleClass
16
16
FirstImport $itemTwo,
17
17
AnotherTest\Extended $itemThree,
18
18
Testing $itemFour,
19
- Object \Under\Test $itemFive,
20
- Object $itemSix,
19
+ ClassName \Under\Test $itemFive,
20
+ ClassName $itemSix,
21
21
Test $itemSeven,
22
22
array $itemEight = [],
23
23
$itemNine = 'test'
You can’t perform that action at this time.
0 commit comments