Skip to content

Commit 68703a3

Browse files
SpacePossumsebastianbergmann
authored andcommitted
Remove duplicate test case.
1 parent 46f923c commit 68703a3

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/DifferTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -323,25 +323,6 @@ public function textProvider()
323323
"a\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk",
324324
"a\np\nc\nd\ne\nf\ng\nh\ni\nw\nk",
325325
],
326-
[
327-
<<<EOF
328-
--- Original
329-
+++ New
330-
@@ @@
331-
a
332-
-b
333-
+p
334-
@@ @@
335-
i
336-
-j
337-
+w
338-
k
339-
340-
EOF
341-
,
342-
"a\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk",
343-
"a\np\nc\nd\ne\nf\ng\nh\ni\nw\nk",
344-
],
345326
];
346327
}
347328

0 commit comments

Comments
 (0)