Skip to content

Commit e3f2442

Browse files
Added further test case to migration check
Signed-off-by: Christian Wolf <[email protected]>
1 parent bb73591 commit e3f2442

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/Integration/Setup/Migrations/Version000000Date20210701093123Test.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@ public function dataProvider() {
190190
],
191191
['bob']
192192
],
193+
'caseD' => [
194+
[
195+
['alice', 124],
196+
['alice', 124],
197+
['bob', 124],
198+
['bob', 124],
199+
['bob', 125],
200+
],
201+
['alice', 'bob']
202+
],
193203
];
194204
}
195205
}

0 commit comments

Comments
 (0)