Skip to content

Commit b054aa5

Browse files
committed
test fixes
1 parent 49b5879 commit b054aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
use Vendor\DateTools\DateInterval;
43
use Vendor\DateTools;
4+
use Vendor\DateTools\DateInterval;
55

66
$x = array(new Foo(), array());
77
$y = new Foo();

tests/Drupal/Classes/UnusedUseStatementUnitTest.inc.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace MyNamespace\Depth;
44

5-
use Thing\NotUsed;
65
use Thing\Fail\ActuallyUsed;
76
use Test\TraitTest;
7+
use Thing\NotUsed;
88
use Thing\DifferentName as UsedOtherName;
99
use Example\MyUrlHelper;
1010
use MyNamespace\Depth\SomeClass as CoreSomeClass;

0 commit comments

Comments
 (0)