Skip to content

Commit d856bfc

Browse files
committed
Add additional test cases
1 parent aec6744 commit d856bfc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Magento2/Tests/Whitespace/MultipleEmptyLinesUnitTest.inc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ class Foo
1111
$someValue = 1;
1212

1313

14+
$someValue = 2;
15+
16+
17+
18+
$someValue = 3;
19+
20+
21+
22+
1423
return $someValue;
1524
}
1625
}

Magento2/Tests/Whitespace/MultipleEmptyLinesUnitTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public function getWarningList()
2525
return [
2626
6 => 1,
2727
12 => 1,
28+
15 => 1,
29+
19 => 1,
2830
];
2931
}
3032
}

0 commit comments

Comments
 (0)