File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
dev/tests/integration/testsuite/Magento/Framework/Code Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ public function testGenerateClassFactoryWithNamespace()
95
95
// This test is only valid if the factory created the object if Autoloader did not pick it up automatically
96
96
if (\Magento \Framework \Code \Generator::GENERATION_SUCCESS == $ generatorResult ) {
97
97
$ content = $ this ->_clearDocBlock (
98
- file_get_contents ($ this ->_ioObject ->generateResultFileName (self ::CLASS_NAME_WITH_NAMESPACE . 'Factory ' ))
98
+ file_get_contents (
99
+ $ this ->_ioObject ->generateResultFileName (self ::CLASS_NAME_WITH_NAMESPACE . 'Factory ' )
100
+ )
99
101
);
100
102
$ expectedContent = $ this ->_clearDocBlock (
101
103
file_get_contents (__DIR__ . '/_expected/SourceClassWithNamespaceFactory.php.sample ' )
You can’t perform that action at this time.
0 commit comments