Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 3ff0f7b

Browse files
committed
Fix test with new patch builder.
1 parent 75950b5 commit 3ff0f7b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

features/optimize_use.feature

+4-5
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,17 @@ Feature: Optimize use
7070
"""
7171
--- a/vfs://project/src/Foo.php
7272
+++ b/vfs://project/src/Foo.php
73-
@@ -1,4 +1,6 @@
73+
@@ -1,9 +1,11 @@
7474
<?php
75-
76-
+use Bar\Qux\Adapter;
7775
+
76+
+use Bar\Qux\Adapter;
77+
7878
class Foo
7979
{
80-
@@ -5,5 +5,5 @@
8180
public function operation()
8281
{
8382
- return new \Bar\Qux\Adapter();
8483
+ return new Adapter();
8584
}
8685
}
87-
"""
86+
"""

0 commit comments

Comments
 (0)