Skip to content

Commit 696c3aa

Browse files
committed
add test case for #220
1 parent c9c072f commit 696c3aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Magento2/Tests/Namespaces/ImportsFromTestNamespaceUnitTest.inc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ use Magento\Tests;
33
use Magento\Foo\Tests as FakeTest;
44
use Magento\Real\Classes;
55
use \Magento\{Tests\String, Tests\Int};
6-
use \Magento\{Foo\string, Bar\float};
6+
use \Magento\{Foo\string, Bar\float};
7+
use \Foo\{Trailing, Space,};

0 commit comments

Comments
 (0)